From 01047c1668f8666d9c895e4fea15b505a74915f8 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Mon, 3 Nov 2025 12:32:44 +1300 Subject: [PATCH] PG-4669 test with matomo5_[max|min]_php [ignore_release] --- .github/workflows/matomo-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 7af345d..bfe5777 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="JsTrackerCustom" --php-versions="7.2,8.2" --protect-artifacts --schedule-cron="45 4 * * 6" +# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="matomo5_min_php,matomo5_max_php" --protect-artifacts --schedule-cron="45 4 * * 6" name: Plugin JsTrackerCustom Tests @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '8.2' ] + php: [ 'matomo5_min_php', 'matomo5_max_php' ] target: ['minimum_required_matomo', 'maximum_supported_matomo'] steps: - uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: test-type: 'PluginTests' matomo-test-branch: ${{ matrix.target }} artifacts-pass: ${{ secrets.ARTIFACTS_PASS }} - upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }} + upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }} artifacts-protected: true UI: runs-on: ubuntu-24.04 @@ -70,7 +70,7 @@ jobs: plugin-name: 'JsTrackerCustom' matomo-test-branch: 'maximum_supported_matomo' test-type: 'UI' - php-version: '7.2' + php-version: 'matomo5_min_php' node-version: '16' artifacts-pass: ${{ secrets.ARTIFACTS_PASS }} upload-artifacts: true