Skip to content

Commit

Permalink
Always run all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Feb 4, 2021
1 parent e666a21 commit 323dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: true
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
Expand Down

0 comments on commit 323dd1b

Please sign in to comment.