We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 669cd13 + 9067b2c commit 5e5309bCopy full SHA for 5e5309b
1 file changed
.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="DeviceDetectorCache" --php-versions="7.2,8.3" --schedule-cron="15 3 * * 6"
+# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="7.2,8.4" --schedule-cron="15 3 * * 6"
5
6
name: Plugin DeviceDetectorCache 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