Skip to content

Commit fedc94f

Browse files
Merge branch '8.5' into 9.5
2 parents 82368f6 + 0b7a802 commit fedc94f

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -231,25 +231,15 @@ jobs:
231231
fail-fast: false
232232
matrix:
233233
php-version:
234-
- "7.3"
235234
- "7.4"
236235
- "8.0"
236+
- "8.1"
237+
- "8.2"
237238

238239
coverage:
239240
- pcov
240241
- xdebug
241242

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-
253243
steps:
254244
- name: Checkout
255245
uses: actions/checkout@v2
@@ -275,7 +265,7 @@ jobs:
275265
run: ant run-phar-specific-tests-with-scoped-phar
276266

277267
- uses: actions/upload-artifact@v2
278-
if: ${{ matrix.php-version == 8.0 }}
268+
if: ${{ matrix.php-version == 8.1 }}
279269
with:
280270
name: phpunit-snapshot-phar
281271
path: ./build/artifacts/phpunit-snapshot.phar

0 commit comments

Comments
 (0)