remove fail fast

This commit is contained in:
crazywhalecc 2023-11-19 13:44:12 +08:00
parent c0e88bf4bd
commit 859182abff
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -67,7 +67,6 @@ jobs:
include:
- php: '8.1'
- php: '8.2'
fail-fast: false
steps:
- name: "Checkout"
@ -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: