Skip to content

Commit 21cb438

Browse files
committed
fix: aliging symfony versions
Aliging symfony version unit tests with the feature tests
1 parent 9aba323 commit 21cb438

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,15 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
php: ['8.1', '8.2']
81-
symfony_version: ['6.2.*', '6.3.*', '6.4.*', '7.0.*']
81+
symfony_version: ['6.4.*', '7.0.*', '7.1.*', '7.2.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
8383
exclude:
8484
- php: '8.1'
8585
symfony_version: '7.0.*'
86+
- php: '8.1'
87+
symfony_version: '7.1.*'
88+
- php: '8.1'
89+
symfony_version: '7.2.*'
8690

8791
name: PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
8892

0 commit comments

Comments
 (0)