Skip to content

Commit

Permalink
Removes php 8.0 from CI matrix, since it's not possible to "allow fai…
Browse files Browse the repository at this point in the history
…lure" part of a matrix in GitHub actions
  • Loading branch information
Swop committed Oct 25, 2020
1 parent b90b9e9 commit a787e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit a787e8f

Please sign in to comment.