Skip to content

Commit

Permalink
remove fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Nov 19, 2023
1 parent c0e88bf commit 859182a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
include:
- php: '8.1'
- php: '8.2'
fail-fast: false

steps:
- name: "Checkout"
Expand Down Expand Up @@ -98,7 +97,7 @@ jobs:
vendor/bin/phpunit tests/ --no-coverage
build:
name: "Build PHP Test (PHP ${{ matrix.php }})"
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down

0 comments on commit 859182a

Please sign in to comment.