File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
strategy :
78
78
fail-fast : false
79
79
matrix :
80
- php : ['7.4', '8.0', '8.1']
80
+ php : ['7.4', '8.0', '8.1', '8.2' ]
81
81
symfony_version : ['5.4.*', '6.2.*']
82
82
dependencies : ['--prefer-lowest', '--prefer-dist']
83
83
exclude :
@@ -123,7 +123,7 @@ jobs:
123
123
strategy :
124
124
fail-fast : false
125
125
matrix :
126
- php : ['7.4', '8.0', '8.1'] # same as in the container
126
+ php : ['7.4', '8.0', '8.1', '8.2' ] # same as in the container
127
127
symfony_version : ['5.4.*', '6.2.*']
128
128
dependencies : ['--prefer-lowest', '--prefer-dist']
129
129
exclude :
@@ -169,7 +169,7 @@ jobs:
169
169
# TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
170
170
# See https://github.com/php/pecl-networking-gearman/issues/16
171
171
- run : bin/test.sh
172
- if : ${{ matrix.php != '8.1' }}
172
+ if : ${{ matrix.php != '8.1' && matrix.php != '8.2' }}
173
173
174
174
- run : bin/test.sh --exclude-group=gearman
175
- if : ${{ matrix.php == '8.1' }}
175
+ if : ${{ matrix.php == '8.1' && matrix.php != '8.2' }}
You can’t perform that action at this time.
0 commit comments