Skip to content

Commit 3913719

Browse files
committed
updated version to 7.4 for tests
1 parent 2cdcc79 commit 3913719

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 3 additions & 3 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="ApiReference" --php-versions="7.2,8.4" --schedule-cron="0 19 * * 6"
4+
# ./console generate:test-action --plugin="ApiReference" --php-versions="7.4,8.4" --schedule-cron="0 19 * * 6"
55

66
name: Plugin ApiReference Tests
77

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: [ '7.2', '8.4' ]
40+
php: [ '7.4', '8.4' ]
4141
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4242
steps:
4343
- uses: actions/checkout@v3
@@ -55,4 +55,4 @@ 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 == '7.4' && matrix.target == 'maximum_supported_matomo' }}

0 commit comments

Comments
 (0)