Skip to content

Commit

Permalink
Don't fail fast so that all jobs can finish
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jan 28, 2023
1 parent 4a33678 commit 0761234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
unit-tests:
name: Unit tests and QA
strategy:
fail-fast: false
matrix:
operating-system: ['ubuntu-22.04']
php-versions: ['8.1', '8.2']
Expand Down

0 comments on commit 0761234

Please sign in to comment.