mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Update CI workflows to disable fail-fast strategy.
This commit is contained in:
1
.github/workflows/ci-mssql.yml
vendored
1
.github/workflows/ci-mssql.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.4
|
||||
|
||||
1
.github/workflows/ci-mysql.yml
vendored
1
.github/workflows/ci-mysql.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
|
||||
1
.github/workflows/ci-pgsql.yml
vendored
1
.github/workflows/ci-pgsql.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
|
||||
1
.github/workflows/ci-sqlite.yml
vendored
1
.github/workflows/ci-sqlite.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
|
||||
Reference in New Issue
Block a user