Skip to content

Commit 6f170b3

Browse files
authored
PG-4669 test with matomo5_[max|min]_php [ignore_release] (#26)
1 parent b2076c8 commit 6f170b3

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="Slack" --php-versions="7.2,8.4" --dependent-plugins="matomo-org/plugin-CustomAlerts" --schedule-cron="0 5 * * 6"
4+
# ./console generate:test-action --plugin="Slack" --php-versions="matomo5_min_php,matomo5_max_php" --dependent-plugins="matomo-org/plugin-CustomAlerts" --schedule-cron="0 5 * * 6"
55

66
name: Plugin Slack 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
@@ -55,7 +55,7 @@ jobs:
5555
matomo-test-branch: ${{ matrix.target }}
5656
redis-service: true
5757
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
58-
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
58+
upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }}
5959
artifacts-protected: true
6060
dependent-plugins: 'matomo-org/plugin-CustomAlerts'
6161
github-token: ${{ secrets.TESTS_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
plugin-name: 'Slack'
7373
matomo-test-branch: 'maximum_supported_matomo'
7474
test-type: 'UI'
75-
php-version: '7.2'
75+
php-version: 'matomo5_min_php'
7676
node-version: '16'
7777
redis-service: true
7878
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}

0 commit comments

Comments
 (0)