File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 - name : Lint PHP files against parse errors
5959 if : ${{ matrix.dependencies == 'stable' }}
60- run : composer lint -- --checkstyle
60+ run : composer lint
6161
6262 - name : Run the unit tests without code coverage
6363 if : ${{ github.ref_name != 'develop' }}
Original file line number Diff line number Diff line change 3232 coverage : [false]
3333
3434 include :
35- - php : ' 7.4 '
35+ - php : ' 7.2 '
3636 dependencies : ' stable'
3737 extensions : ' :mbstring' # = Disable Mbstring.
3838 coverage : true # Make sure coverage is recorded for this too.
@@ -119,7 +119,7 @@ jobs:
119119 custom-cache-suffix : $(date -u "+%Y-%m")
120120
121121 - name : " Composer: downgrade PHPCS dependencies for tests (lowest)"
122- if : ${{ ! startsWith( matrix.php, '8' ) && matrix.dependencies == 'lowest' }}
122+ if : ${{ matrix.dependencies == 'lowest' }}
123123 run : >
124124 composer update --prefer-lowest --no-scripts --no-interaction
125125 squizlabs/php_codesniffer
You can’t perform that action at this time.
0 commit comments