Skip to content

Commit

Permalink
PHP81 : mark as experimental for now
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 17, 2021
1 parent 109fba5 commit 3fd64c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1']
experimental: [false]
include:
- php-versions: '8.1'
experimental: true
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
steps:
Expand All @@ -26,3 +30,4 @@ jobs:
run: composer run tests
- name: Check tests quality
run: composer run testquality || (cat infection.log && exit 1)
continue-on-error: ${{ matrix.experimental }}

0 comments on commit 3fd64c7

Please sign in to comment.