Skip to content

Commit

Permalink
Update tests.yml (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiy Petrov authored and dragonmantank committed Jan 5, 2022
1 parent 2146fe7 commit 6a9fccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0]
continue-on-error: ${{ matrix.php == '8.0' }}
php: [7.2, 7.3, 7.4, 8.0, 8.1]

steps:
- name: "Checkout"
Expand All @@ -35,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4, 8.0, 8.1]

steps:
- name: Checkout
Expand Down

0 comments on commit 6a9fccc

Please sign in to comment.