Skip to content

Commit 3acba86

Browse files
authored
Merge pull request #188 from matomo-org/PG-3957-php-8.4-upgrade
Updated tests to run on php 8.4 from 8.3, #PG-3957
2 parents 7771219 + 2f5638f commit 3acba86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/matomo-tests.yml

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

66
name: Plugin CustomAlerts Tests
77

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: [ '7.2', '8.3' ]
40+
php: [ '7.2', '8.4' ]
4141
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4242
steps:
4343
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)