We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0771998 commit 67d817dCopy full SHA for 67d817d
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.1"
+# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="7.2,8.2" --schedule-cron="15 3 * * 6"
5
6
name: Plugin DeviceDetectorCache Tests
7
@@ -12,6 +12,8 @@ on:
12
branches:
13
- '**.x-dev'
14
workflow_dispatch:
15
+ schedule:
16
+ - cron: "15 3 * * 6"
17
18
permissions:
19
actions: read
@@ -35,7 +37,7 @@ jobs:
35
37
strategy:
36
38
fail-fast: false
39
matrix:
- php: [ '7.2', '8.1' ]
40
+ php: [ '7.2', '8.2' ]
41
target: ['minimum_required_matomo', 'maximum_supported_matomo']
42
steps:
43
- uses: actions/checkout@v3
0 commit comments