Skip to content

Commit

Permalink
Update CI to run for all versions even if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Aug 7, 2024
1 parent 8addfea commit 725a6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['5.6', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php-versions }}
Expand Down

0 comments on commit 725a6bd

Please sign in to comment.