We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7771219 + 2f5638f commit 3acba86Copy full SHA for 3acba86
.github/workflows/matomo-tests.yml
@@ -1,7 +1,7 @@
1
# Action for running tests
2
# This file has been automatically created.
3
# 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"
+# ./console generate:test-action --plugin="CustomAlerts" --php-versions="7.2,8.4" --schedule-cron="35 2 * * 6"
5
6
name: Plugin CustomAlerts Tests
7
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
fail-fast: false
39
matrix:
40
- php: [ '7.2', '8.3' ]
+ php: [ '7.2', '8.4' ]
41
target: ['minimum_required_matomo', 'maximum_supported_matomo']
42
steps:
43
- uses: actions/checkout@v3
0 commit comments