File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- name : Lint PHP files against parse errors
59
59
if : ${{ matrix.dependencies == 'stable' }}
60
- run : composer lint -- --checkstyle
60
+ run : composer lint
61
61
62
62
- name : Run the unit tests without code coverage
63
63
if : ${{ github.ref_name != 'develop' }}
Original file line number Diff line number Diff line change 32
32
coverage : [false]
33
33
34
34
include :
35
- - php : ' 7.4 '
35
+ - php : ' 7.2 '
36
36
dependencies : ' stable'
37
37
extensions : ' :mbstring' # = Disable Mbstring.
38
38
coverage : true # Make sure coverage is recorded for this too.
@@ -119,7 +119,7 @@ jobs:
119
119
custom-cache-suffix : $(date -u "+%Y-%m")
120
120
121
121
- name : " Composer: downgrade PHPCS dependencies for tests (lowest)"
122
- if : ${{ ! startsWith( matrix.php, '8' ) && matrix.dependencies == 'lowest' }}
122
+ if : ${{ matrix.dependencies == 'lowest' }}
123
123
run : >
124
124
composer update --prefer-lowest --no-scripts --no-interaction
125
125
squizlabs/php_codesniffer
You can’t perform that action at this time.
0 commit comments