Skip to content

Commit 7156c72

Browse files
authored
PG-4669 test with matomo5_[max|min]_php [ignore_release] (#70)
* PG-4669 test with matomo5_[max|min]_php [ignore_release] * Fix missed max replace
1 parent 5391df3 commit 7156c72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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="TreemapVisualization" --php-versions="7.2,8.2" --schedule-cron="5 2 * * 6"
4+
# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="matomo5_min_php,matomo5_max_php" --schedule-cron="5 2 * * 6"
55

66
name: Plugin TreemapVisualization Tests
77

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: [ '7.2', '8.2' ]
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
UI:
5959
runs-on: ubuntu-24.04
6060
steps:
@@ -69,7 +69,7 @@ jobs:
6969
plugin-name: 'TreemapVisualization'
7070
matomo-test-branch: 'maximum_supported_matomo'
7171
test-type: 'UI'
72-
php-version: '7.2'
72+
php-version: 'matomo5_min_php'
7373
node-version: '16'
7474
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
7575
upload-artifacts: true

0 commit comments

Comments
 (0)