Skip to content

Commit

Permalink
Merge pull request #73 from WyriHaximus/no-fast-failing-on-ci
Browse files Browse the repository at this point in the history
No fast failing on CI
  • Loading branch information
WyriHaximus authored Dec 24, 2020
2 parents a85ab95 + 51dc64f commit 0d26772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
composer-install:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0-rc]
composer: [lowest, current, highest]
Expand All @@ -29,6 +30,7 @@ jobs:
if: matrix.composer == 'highest'
qa:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0-rc]
composer: [lowest, current, highest]
Expand Down

0 comments on commit 0d26772

Please sign in to comment.