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 }} 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