File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,12 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- - mw : ' REL1_40'
18- php : 7.4
19- experimental : false
20- - mw : ' REL1_40'
21- php : 8.0
22- experimental : false
23- - mw : ' REL1_41'
24- php : 8.1
25- experimental : false
26- - mw : ' REL1_42'
27- php : 8.2
28- experimental : false
2917 - mw : ' REL1_43'
3018 php : 8.3
3119 experimental : false
20+ - mw : ' REL1_44'
21+ php : 8.3
22+ experimental : false
3223 - mw : ' master'
3324 php : 8.4
3425 experimental : true
@@ -83,13 +74,11 @@ jobs:
8374
8475 - name : Run PHPUnit
8576 run : php tests/phpunit/phpunit.php -c extensions/Maps
86- if : matrix.mw != 'REL1_43'
8777
8878 - name : Run PHPUnit with code coverage
8979 run : |
9080 php tests/phpunit/phpunit.php -c extensions/Maps --coverage-clover coverage.xml
9181 bash <(curl -s https://codecov.io/bash)
92- if : matrix.mw == 'REL1_43'
9382
9483
9584# Psalm:
You can’t perform that action at this time.
0 commit comments