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 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
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.
Original file line number Diff line number Diff line change 3636 php-version : ${{ matrix.php }}
3737 ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
3838 coverage : none
39+ env :
40+ fail-fast : true
3941
4042 # YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
4143 - name : ' Composer: remove YoastCS'
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ jobs:
107107 php-version : ${{ matrix.php }}
108108 ini-values : zend.assertions=1, error_reporting=-1, display_errors=On
109109 coverage : ${{ matrix.coverage == true && 'xdebug' || 'none' }}
110+ env :
111+ fail-fast : true
110112
111113 # YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
112114 - name : ' Composer: remove YoastCS'
You can’t perform that action at this time.
0 commit comments