Skip to content

Commit 27b2a26

Browse files
committed
Only run tests on MW 1.43, 1.44 and master
1 parent cfc66ba commit 27b2a26

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)