mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 7.4
|
- 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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||||
|
|||||||
Reference in New Issue
Block a user