14
14
strategy :
15
15
matrix :
16
16
include :
17
- - mw : ' REL1_35'
18
- php : 7.4
19
- experimental : false
20
- - mw : ' REL1_36'
21
- php : 7.4
22
- experimental : false
23
- - mw : ' REL1_37'
24
- php : 7.4
25
- experimental : false
26
- - mw : ' REL1_38'
27
- php : 8.0
28
- experimental : false
29
- - mw : ' REL1_39'
30
- php : 8.1
31
17
experimental : false
32
18
- mw : ' REL1_40'
33
19
php : 8.1
@@ -95,13 +81,13 @@ jobs:
95
81
96
82
- name : Run PHPUnit
97
83
run : php tests/phpunit/phpunit.php -c extensions/Maps
98
- if : matrix.mw != 'REL1_37 '
84
+ if : matrix.mw != 'REL1_43 '
99
85
100
86
- name : Run PHPUnit with code coverage
101
87
run : |
102
88
php tests/phpunit/phpunit.php -c extensions/Maps --coverage-clover coverage.xml
103
89
bash <(curl -s https://codecov.io/bash)
104
- if : matrix.mw == 'REL1_38 '
90
+ if : matrix.mw == 'REL1_43 '
105
91
106
92
107
93
# Psalm:
@@ -171,7 +157,7 @@ jobs:
171
157
- name : Setup PHP
172
158
uses : shivammathur/setup-php@v2
173
159
with :
174
- php-version : 8.0
160
+ php-version : 8.2
175
161
extensions : mbstring
176
162
tools : composer, cs2pr
177
163
@@ -198,7 +184,7 @@ jobs:
198
184
- name : Install MediaWiki
199
185
if : steps.cache-mediawiki.outputs.cache-hit != 'true'
200
186
working-directory : ~
201
- run : bash EarlyCopy/.github/workflows/installMediaWiki.sh REL1_39 Maps
187
+ run : bash EarlyCopy/.github/workflows/installMediaWiki.sh REL1_43 Maps
202
188
203
189
- uses : actions/checkout@v4
204
190
with :
@@ -231,7 +217,7 @@ jobs:
231
217
- name : Setup PHP
232
218
uses : shivammathur/setup-php@v2
233
219
with :
234
- php-version : 8.0
220
+ php-version : 8.2
235
221
extensions : mbstring, intl, php-ast
236
222
tools : composer
237
223
@@ -258,7 +244,7 @@ jobs:
258
244
- name : Install MediaWiki
259
245
if : steps.cache-mediawiki.outputs.cache-hit != 'true'
260
246
working-directory : ~
261
- run : bash EarlyCopy/.github/workflows/installMediaWiki.sh REL1_39 Maps
247
+ run : bash EarlyCopy/.github/workflows/installMediaWiki.sh REL1_43 Maps
262
248
263
249
- uses : actions/checkout@v4
264
250
with :
0 commit comments