mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
remove fail fast
This commit is contained in:
parent
c0e88bf4bd
commit
859182abff
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user