Skip to content

Commit 45deda1

Browse files
PG-4669 test with matomo5_[max|min]_php [ignore_release] (#194)
Co-authored-by: james-hill-matomo <[email protected]>
1 parent 1c7c686 commit 45deda1

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

66
name: Plugin MarketingCampaignsReporting 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
@@ -52,7 +52,7 @@ jobs:
5252
test-type: 'PluginTests'
5353
matomo-test-branch: ${{ matrix.target }}
5454
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
55-
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
55+
upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }}
5656
UI:
5757
runs-on: ubuntu-24.04
5858
steps:
@@ -66,7 +66,7 @@ jobs:
6666
plugin-name: 'MarketingCampaignsReporting'
6767
matomo-test-branch: 'maximum_supported_matomo'
6868
test-type: 'UI'
69-
php-version: '7.2'
69+
php-version: 'matomo5_min_php'
7070
node-version: '16'
7171
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
7272
upload-artifacts: true

0 commit comments

Comments
 (0)