Skip to content

Commit

Permalink
Merge pull request #718 from matomo-org/PG-3129-php-8.3-upgrade-4x
Browse files Browse the repository at this point in the history
Updated tests to run on php 8.3 from 8.2, #PG-3129
  • Loading branch information
snake14 authored Nov 13, 2023
2 parents 772d061 + 10e618a commit dfda34c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ class NewVariableParameterMigratorTest extends IntegrationTestCase
*/
private $newVariableParameterMigrator;

/**
* @var TagManagerFixture
*/
private $tagFixture;

private $idSite;

/**
Expand Down

0 comments on commit dfda34c

Please sign in to comment.