Skip to content

Commit

Permalink
Use experimental flag in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Dec 14, 2021
1 parent 061f30a commit 76a5a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,9 +23,10 @@ jobs:
php: 8.0
- mw: 'master'
php: 8.1
experimental: true

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.php == 8.1 }}
continue-on-error: ${{ matrix.experimental }}

defaults:
run:
Expand Down

0 comments on commit 76a5a25

Please sign in to comment.