Skip to content

Commit

Permalink
Do not fail-fast PHP test matrix (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Mar 14, 2020
1 parent 61ec8ba commit 42bdb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
container:
image: atk4/image:${{ matrix.php }} # https://github.com/atk4/image
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', 'latest']
steps:
Expand Down

0 comments on commit 42bdb7a

Please sign in to comment.