From 5a9abab24e150a80721de77145e56333010cfac1 Mon Sep 17 00:00:00 2001 From: paladox Date: Sun, 5 Jan 2025 13:05:05 +0000 Subject: [PATCH 1/2] Add ci for mw 1.40/41 Runs code coverage on mw 1.40. --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cd1ead..bbbada2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} From 1d5e8dc326cfa660609d01c2646ee8bb562d40ff Mon Sep 17 00:00:00 2001 From: paladox Date: Sun, 5 Jan 2025 13:09:31 +0000 Subject: [PATCH 2/2] Update MetaTagsContentGenerationIntegrationTest.php --- .../Integration/MetaTagsContentGenerationIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/Integration/MetaTagsContentGenerationIntegrationTest.php b/tests/phpunit/Integration/MetaTagsContentGenerationIntegrationTest.php index c60fed4..ca82de1 100644 --- a/tests/phpunit/Integration/MetaTagsContentGenerationIntegrationTest.php +++ b/tests/phpunit/Integration/MetaTagsContentGenerationIntegrationTest.php @@ -11,6 +11,7 @@ /** * @group semantic-meta-tags * @group medium + * @group Database * * @license GPL-2.0-or-later * @since 1.0