Skip to content

Commit

Permalink
allow 8.1 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored and lstrojny committed Mar 6, 2021
1 parent e487219 commit 0aee289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -3,9 +3,14 @@ on: [push]
jobs:
run:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-version: [7.3, 7.4, 8.0, 8.1]
experimental: [false]
include:
- php-version: 8.1
experimental: true
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aee289

Please sign in to comment.