Skip to content

Commit

Permalink
Add ci for mw 1.40/41 (#86)
Browse files Browse the repository at this point in the history
* Add ci for mw 1.40/41

Runs code coverage on mw 1.40.

* Update MetaTagsContentGenerationIntegrationTest.php
  • Loading branch information
paladox authored Jan 5, 2025
1 parent 4e180f1 commit 09c3995
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
database_image: "mariadb:10"
coverage: false
experimental: false
- mediawiki_version: '1.40'
smw_version: dev-master
php_version: 8.1
database_type: mysql
database_image: "mariadb:11.2"
coverage: true
experimental: false
- mediawiki_version: '1.41'
smw_version: dev-master
php_version: 8.1
database_type: mysql
database_image: "mariadb:11.2"
coverage: false
experimental: false

env:
MW_VERSION: ${{ matrix.mediawiki_version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/**
* @group semantic-meta-tags
* @group medium
* @group Database
*
* @license GPL-2.0-or-later
* @since 1.0
Expand Down

0 comments on commit 09c3995

Please sign in to comment.