Skip to content

Commit c588eac

Browse files
authored
PG-4656 test with matomo5_[max|min]_php [ignore_release] (#98)
1 parent 4666352 commit c588eac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Action for running tests
22
# This file has been automatically created.
33
# To recreate it you can run this command
4-
# ./console generate:test-action --plugin="AnonymousPiwikUsageMeasurement" --php-versions="7.2,8.4" --schedule-cron="20 2 * * 6"
4+
# ./console generate:test-action --plugin="AnonymousPiwikUsageMeasurement" --php-versions="matomo5_min_php,matomo5_max_php" --schedule-cron="20 2 * * 6"
55

66
name: Plugin AnonymousPiwikUsageMeasurement Tests
77

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: [ '7.2', '8.4' ]
40+
php: [ 'matomo5_min_php', 'matomo5_max_php' ]
4141
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4242
steps:
4343
- uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
5454
test-type: 'PluginTests'
5555
matomo-test-branch: ${{ matrix.target }}
5656
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
57-
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
57+
upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }}
5858
Client:
5959
runs-on: ubuntu-24.04
6060
timeout-minutes: 15
@@ -88,7 +88,7 @@ jobs:
8888
plugin-name: 'AnonymousPiwikUsageMeasurement'
8989
matomo-test-branch: 'maximum_supported_matomo'
9090
test-type: 'UI'
91-
php-version: '7.2'
91+
php-version: 'matomo5_min_php'
9292
node-version: '16'
9393
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
9494
upload-artifacts: true

0 commit comments

Comments
 (0)