Skip to content

Commit

Permalink
Don’t fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Aug 14, 2024
1 parent a656c65 commit 137834f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]

services:
mysql:
Expand Down

0 comments on commit 137834f

Please sign in to comment.