diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 6ebf1f2b7..003f184ba 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -1,7 +1,7 @@ # Action for running tests # This file has been automatically created. # To recreate it you can run this command -# ./console generate:test-action --plugin="TagManager" --php-versions="7.2,8.2" --schedule-cron="45 2 * * 6" +# ./console generate:test-action --plugin="TagManager" --php-versions="7.2,8.3" --schedule-cron="45 2 * * 6" name: Plugin TagManager Tests @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '8.2' ] + php: [ '7.2', '8.3' ] target: ['maximum_supported_matomo'] steps: - uses: actions/checkout@v3 diff --git a/tests/Integration/UpdateHelper/NewVariableParameterMigratorTest.php b/tests/Integration/UpdateHelper/NewVariableParameterMigratorTest.php index 74f2dd0f3..aff701447 100644 --- a/tests/Integration/UpdateHelper/NewVariableParameterMigratorTest.php +++ b/tests/Integration/UpdateHelper/NewVariableParameterMigratorTest.php @@ -31,6 +31,11 @@ class NewVariableParameterMigratorTest extends IntegrationTestCase */ private $newVariableParameterMigrator; + /** + * @var TagManagerFixture + */ + private $tagFixture; + private $idSite; /**