File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -231,25 +231,15 @@ jobs:
231
231
fail-fast : false
232
232
matrix :
233
233
php-version :
234
- - " 7.3"
235
234
- " 7.4"
236
235
- " 8.0"
236
+ - " 8.1"
237
+ - " 8.2"
237
238
238
239
coverage :
239
240
- pcov
240
241
- xdebug
241
242
242
- experimental :
243
- - false
244
-
245
- include :
246
- - php-version : " 8.1"
247
- experimental : true
248
- - php-version : " 8.2"
249
- experimental : true
250
-
251
- continue-on-error : ${{ matrix.experimental }}
252
-
253
243
steps :
254
244
- name : Checkout
255
245
uses : actions/checkout@v2
@@ -275,7 +265,7 @@ jobs:
275
265
run : ant run-phar-specific-tests-with-scoped-phar
276
266
277
267
- uses : actions/upload-artifact@v2
278
- if : ${{ matrix.php-version == 8.0 }}
268
+ if : ${{ matrix.php-version == 8.1 }}
279
269
with :
280
270
name : phpunit-snapshot-phar
281
271
path : ./build/artifacts/phpunit-snapshot.phar
You can’t perform that action at this time.
0 commit comments