Skip to content

Commit 9ceda4b

Browse files
committed
Run CI on more versions of MediaWiki and PHP
1 parent dad9ce5 commit 9ceda4b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ jobs:
1818
- mw: 'REL1_43'
1919
php: 8.1
2020
experimental: false
21-
- mw: 'REL1_43'
21+
- mw: 'REL1_44'
2222
php: 8.2
2323
experimental: false
24-
- mw: 'REL1_43'
24+
- mw: 'REL1_45'
2525
php: 8.3
2626
experimental: false
2727
- mw: 'master'
2828
php: 8.4
2929
experimental: true
30+
- mw: 'master'
31+
php: 8.5
32+
experimental: true
3033

3134
runs-on: ubuntu-latest
3235

0 commit comments

Comments
 (0)