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 31ac28d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1']
php-versions: ['8.0']
experimental: [false]
include:
- operating-system: ubuntu-latest
php-versions: '8.1'
experimental: true
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
steps:
Expand All @@ -26,3 +31,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 31ac28d

Please sign in to comment.