File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 strategy :
7878 fail-fast : false
7979 matrix :
80- php : ['7.4', '8.0', '8.1']
80+ php : ['7.4', '8.0', '8.1', '8.2' ]
8181 symfony_version : ['5.4.*', '6.2.*']
8282 dependencies : ['--prefer-lowest', '--prefer-dist']
8383 exclude :
@@ -123,7 +123,7 @@ jobs:
123123 strategy :
124124 fail-fast : false
125125 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
127127 symfony_version : ['5.4.*', '6.2.*']
128128 dependencies : ['--prefer-lowest', '--prefer-dist']
129129 exclude :
@@ -169,7 +169,7 @@ jobs:
169169 # TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
170170 # See https://github.com/php/pecl-networking-gearman/issues/16
171171 - run : bin/test.sh
172- if : ${{ matrix.php != '8.1' }}
172+ if : ${{ matrix.php != '8.1' && matrix.php != '8.2' }}
173173
174174 - 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