Skip to content

Commit db62a66

Browse files
committed
Merge branch '4.x-dev' into 5.x-dev
2 parents 81cd8f1 + 9e4f8f8 commit db62a66

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 4 additions & 2 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="DeviceDetectorCache" --php-versions="7.2,8.1"
4+
# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="7.2,8.2" --schedule-cron="15 3 * * 6"
55

66
name: Plugin DeviceDetectorCache Tests
77

@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- '**.x-dev'
1414
workflow_dispatch:
15+
schedule:
16+
- cron: "15 3 * * 6"
1517

1618
permissions:
1719
actions: read
@@ -35,7 +37,7 @@ jobs:
3537
strategy:
3638
fail-fast: false
3739
matrix:
38-
php: [ '7.2', '8.1' ]
40+
php: [ '7.2', '8.2' ]
3941
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4042
steps:
4143
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Matomo DeviceDetectorCache Plugin
22

3-
[![Build Status](https://travis-ci.com/matomo-org/plugin-DeviceDetectorCache.svg?branch=master)](https://travis-ci.com/matomo-org/plugin-DeviceDetectorCache)
3+
[![Build Status](https://github.com/matomo-org/plugin-DeviceDetectorCache/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-DeviceDetectorCache/actions/workflows/matomo-tests.yml)
44

55
## Description
66

0 commit comments

Comments
 (0)