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 36
36
php-version : ${{ matrix.php }}
37
37
ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
38
38
coverage : none
39
+ env :
40
+ fail-fast : true
39
41
40
42
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
41
43
- name : ' Composer: remove YoastCS'
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ jobs:
107
107
php-version : ${{ matrix.php }}
108
108
ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
109
109
coverage : ${{ matrix.coverage == true && 'xdebug' || 'none' }}
110
+ env :
111
+ fail-fast : true
110
112
111
113
# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
112
114
- name : ' Composer: remove YoastCS'
You can’t perform that action at this time.
0 commit comments