Skip to content

Commit

Permalink
CI: Do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 1, 2024
1 parent 8750e94 commit 2c6f3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ] #, macos-latest, windows-latest ]
php-version: [ '8.0', '8.1', '8.2' ]
Expand Down

0 comments on commit 2c6f3da

Please sign in to comment.