File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 32
32
php-version : ' latest'
33
33
coverage : none
34
34
tools : cs2pr
35
+ env :
36
+ fail-fast : true
37
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
38
36
39
# Install dependencies and handle caching in one go.
37
40
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
70
73
php-version : ' 7.4'
71
74
coverage : none
72
75
tools : phpstan:2.x
76
+ env :
77
+ fail-fast : true
78
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
73
79
74
80
# Install dependencies and handle caching in one go.
75
81
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
Original file line number Diff line number Diff line change 37
37
ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
38
38
coverage : none
39
39
tools : cs2pr
40
+ env :
41
+ fail-fast : true
40
42
41
43
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
42
44
- name : ' Composer: remove YoastCS'
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ jobs:
142
142
php-version : ${{ matrix.php }}
143
143
ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
144
144
coverage : ${{ matrix.coverage == true && 'xdebug' || 'none' }}
145
+ env :
146
+ fail-fast : true
145
147
146
148
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
147
149
- name : ' Composer: remove YoastCS'
You can’t perform that action at this time.
0 commit comments