Skip to content

Commit 06160c8

Browse files
authored
Merge pull request #6954 from doctrine/3.9.x
Merge 3.9.x up into 3.10.x
2 parents 53e333d + c83645d commit 06160c8

9 files changed

+17
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ jobs:
236236
uses: "shivammathur/setup-php@v2"
237237
with:
238238
php-version: "${{ matrix.php-version }}"
239+
env:
240+
fail-fast: true
239241

240242
- name: "Lower minimum stability"
241243
run: "composer config minimum-stability dev"

.github/workflows/nightly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
schedule:
55
- cron: "12 3 * * *"
66

7-
env:
8-
fail-fast: true
9-
107
jobs:
118
phpunit-mariadb-devel:
129
name: "PHPUnit with MariaDB"
@@ -50,6 +47,8 @@ jobs:
5047
coverage: "pcov"
5148
ini-values: "zend.assertions=1"
5249
extensions: "${{ matrix.extension }}"
50+
env:
51+
fail-fast: true
5352

5453
- name: "Install dependencies with Composer"
5554
uses: "ramsey/composer-install@v3"

.github/workflows/phpunit-db2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
coverage: pcov
4848
ini-values: zend.assertions=1
4949
env:
50+
fail-fast: true
5051
IBM_DB2_CONFIGURE_OPTS: '--with-IBM_DB2=/tmp/clidriver'
5152

5253
- name: Install dependencies with Composer

.github/workflows/phpunit-mariadb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
extensions: ${{ inputs.extension }}
4040
coverage: pcov
4141
ini-values: zend.assertions=1
42+
env:
43+
fail-fast: true
4244

4345
- name: Install dependencies with Composer
4446
uses: ramsey/composer-install@v3

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
extensions: ${{ inputs.extension }}
4444
coverage: pcov
4545
ini-values: zend.assertions=1
46+
env:
47+
fail-fast: true
4648

4749
- name: Install dependencies with Composer
4850
uses: ramsey/composer-install@v3

.github/workflows/phpunit-oracle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
extensions: ${{ inputs.extension }}
4242
coverage: pcov
4343
ini-values: zend.assertions=1
44+
env:
45+
fail-fast: true
4446

4547
- name: Install dependencies with Composer
4648
uses: ramsey/composer-install@v3

.github/workflows/phpunit-postgres.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
extensions: ${{ inputs.extension }}
3939
coverage: pcov
4040
ini-values: zend.assertions=1
41+
env:
42+
fail-fast: true
4143

4244
- name: Install dependencies with Composer
4345
uses: ramsey/composer-install@v3

.github/workflows/phpunit-sqlite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
php-version: ${{ inputs.php-version }}
3535
coverage: pcov
3636
ini-values: zend.assertions=1
37+
env:
38+
fail-fast: true
3739

3840
- name: Install dependencies with Composer
3941
uses: ramsey/composer-install@v3

.github/workflows/phpunit-sqlserver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
coverage: pcov
4242
ini-values: zend.assertions=1
4343
tools: pecl
44+
env:
45+
fail-fast: true
4446

4547
- name: Install dependencies with Composer
4648
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)