Skip to content

Commit

Permalink
The PHAR-specific tests are no longer expected to fail on PHP >= 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 18, 2022
1 parent d4f823e commit 3ab34e1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,8 @@ jobs:
- "7.3"
- "7.4"
- "8.0"

experimental:
- false

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

continue-on-error: ${{ matrix.experimental }}
- "8.1"
- "8.2"

steps:
- name: Checkout
Expand Down

0 comments on commit 3ab34e1

Please sign in to comment.