Skip to content

Commit 9999f88

Browse files
committed
Merge branch '3.x' into 4.x
2 parents 580ceb9 + c7e2f63 commit 9999f88

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/cs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
php-version: 'latest'
3333
coverage: none
3434
tools: cs2pr
35+
env:
36+
fail-fast: true
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3538

3639
# Install dependencies and handle caching in one go.
3740
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
@@ -70,6 +73,9 @@ jobs:
7073
php-version: '7.4'
7174
coverage: none
7275
tools: phpstan:2.x
76+
env:
77+
fail-fast: true
78+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7379

7480
# Install dependencies and handle caching in one go.
7581
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
3838
coverage: none
3939
tools: cs2pr
40+
env:
41+
fail-fast: true
4042

4143
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
4244
- name: 'Composer: remove YoastCS'

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
php-version: ${{ matrix.php }}
143143
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
144144
coverage: ${{ matrix.coverage == true && 'xdebug' || 'none' }}
145+
env:
146+
fail-fast: true
145147

146148
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
147149
- name: 'Composer: remove YoastCS'

0 commit comments

Comments
 (0)