diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 68d4a9f..18e35c4 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="AnonymousPiwikUsageMeasurement" --php-versions="7.2,8.4" --schedule-cron="20 2 * * 6" +# ./console generate:test-action --plugin="AnonymousPiwikUsageMeasurement" --php-versions="matomo5_min_php,matomo5_max_php" --schedule-cron="20 2 * * 6" name: Plugin AnonymousPiwikUsageMeasurement Tests @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '8.4' ] + 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' }} Client: runs-on: ubuntu-24.04 timeout-minutes: 15 @@ -88,7 +88,7 @@ jobs: plugin-name: 'AnonymousPiwikUsageMeasurement' 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