We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba323 commit 21cb438Copy full SHA for 21cb438
.github/workflows/ci.yml
@@ -78,11 +78,15 @@ jobs:
78
fail-fast: false
79
matrix:
80
php: ['8.1', '8.2']
81
- symfony_version: ['6.2.*', '6.3.*', '6.4.*', '7.0.*']
+ symfony_version: ['6.4.*', '7.0.*', '7.1.*', '7.2.*']
82
dependencies: ['--prefer-lowest', '--prefer-dist']
83
exclude:
84
- php: '8.1'
85
symfony_version: '7.0.*'
86
+ - php: '8.1'
87
+ symfony_version: '7.1.*'
88
89
+ symfony_version: '7.2.*'
90
91
name: PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
92
0 commit comments