Skip to content

Commit

Permalink
Merge pull request #56 from matomo-org/update-github-workflow-config-…
Browse files Browse the repository at this point in the history
…2023-03-09

Updating configuration for Github workflow
  • Loading branch information
snake14 authored Mar 9, 2023
2 parents 0771998 + f63c50d commit 9e4f8f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,6 +12,8 @@ on:
branches:
- '**.x-dev'
workflow_dispatch:
schedule:
- cron: "15 3 * * 6"

permissions:
actions: read
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9e4f8f8

Please sign in to comment.