File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66name : Plugin DeviceDetectorCache Tests
77
1212 branches :
1313 - ' **.x-dev'
1414 workflow_dispatch :
15+ schedule :
16+ - cron : " 15 3 * * 6"
1517
1618permissions :
1719 actions : read
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments