Skip to content

Commit

Permalink
Remove fail-fast to get tests on 8.2 even if 8.1 fails
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jun 13, 2022
1 parent de4123e commit 16a847e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest

strategy:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']

Expand Down

0 comments on commit 16a847e

Please sign in to comment.