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 May 19, 2022
1 parent f2de46c commit 9e77e88
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 9e77e88

Please sign in to comment.