Skip to content

Commit

Permalink
Add MediaWiki 42 and 43 to CI (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored Nov 28, 2024
1 parent c20a56b commit 3989a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
php: 8.1
- mw: 'REL1_41'
php: 8.2
- mw: 'REL1_42'
php: 8.2
- mw: 'REL1_43'
php: 8.2

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.php == 8.3 }}
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/ResourceModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use MediaWiki\MediaWikiServices;
use PHPUnit\Framework\TestCase;
use ResourceLoader;
use MediaWiki\ResourceLoader\ResourceLoader;

class ResourceModulesTest extends TestCase {

Expand Down

0 comments on commit 3989a3c

Please sign in to comment.