diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index c077a844..3833fb15 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -1,7 +1,7 @@ # Action for running tests # This file has been automatically created. # To recreate it you can run this command -# ./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" name: Plugin DeviceDetectorCache Tests @@ -12,6 +12,8 @@ on: branches: - '**.x-dev' workflow_dispatch: + schedule: + - cron: "15 3 * * 6" permissions: actions: read @@ -35,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '8.1' ] + php: [ '7.2', '8.2' ] target: ['minimum_required_matomo', 'maximum_supported_matomo'] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index dd93f728..dd3b04b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matomo DeviceDetectorCache Plugin -[![Build Status](https://travis-ci.com/matomo-org/plugin-DeviceDetectorCache.svg?branch=master)](https://travis-ci.com/matomo-org/plugin-DeviceDetectorCache) +[![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) ## Description