Skip to content

Commit b7c66ea

Browse files
committed
Use different SMW for MW 1.41
1 parent 702c9c5 commit b7c66ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- mw: 'REL1_41'
2121
php: '8.1'
2222
db: 'mysql'
23-
smw: '4.2.0'
23+
# SMW 4.2.0 should be compatible with MW 1.41, but the tests are not.
24+
smw: 'dev-master'
2425
experimental: true
2526
- mw: 'REL1_42'
2627
php: '8.2'

0 commit comments

Comments
 (0)