mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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:
|
include:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
fail-fast: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@ -98,7 +97,7 @@ jobs:
|
|||||||
vendor/bin/phpunit tests/ --no-coverage
|
vendor/bin/phpunit tests/ --no-coverage
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: "Build PHP Test (PHP ${{ matrix.php }})"
|
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user