Skip to content

Commit

Permalink
Merge branch '8.5' into 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 18, 2022
2 parents 82368f6 + 0b7a802 commit fedc94f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Expand Up @@ -231,25 +231,15 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"

coverage:
- pcov
- xdebug

experimental:
- false

include:
- php-version: "8.1"
experimental: true
- php-version: "8.2"
experimental: true

continue-on-error: ${{ matrix.experimental }}

steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -275,7 +265,7 @@ jobs:
run: ant run-phar-specific-tests-with-scoped-phar

- uses: actions/upload-artifact@v2
if: ${{ matrix.php-version == 8.0 }}
if: ${{ matrix.php-version == 8.1 }}
with:
name: phpunit-snapshot-phar
path: ./build/artifacts/phpunit-snapshot.phar
Expand Down

0 comments on commit fedc94f

Please sign in to comment.