Skip to content

Commit 17d4ce3

Browse files
committed
fix: updating symfony versions
1 parent e49cb21 commit 17d4ce3

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
@@ -122,11 +122,15 @@ jobs:
122122
fail-fast: false
123123
matrix:
124124
php: [ '8.1', '8.2' ]
125-
symfony_version: [ '6.2.*', '6.3.*', '6.4.*', '7.0.*' ]
125+
symfony_version: [ '6.4.*', '7.0.*', '7.1.*', '7.2.*' ]
126126
dependencies: [ '--prefer-lowest', '--prefer-dist' ]
127127
exclude:
128128
- php: '8.1'
129129
symfony_version: '7.0.*'
130+
- php: '8.1'
131+
symfony_version: '7.1.*'
132+
- php: '8.1'
133+
symfony_version: '7.2.*'
130134

131135
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
132136

0 commit comments

Comments
 (0)