Skip to content

Commit

Permalink
Merge pull request #150 from matomo-org/PG-3129-php-8.3-upgrade
Browse files Browse the repository at this point in the history
Updated tests to run on php 8.3 from 8.2, #PG-3129
  • Loading branch information
snake14 authored Nov 6, 2023
2 parents 21a25e2 + 68a4f65 commit 5920a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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="CustomAlerts" --php-versions="7.2,8.2" --schedule-cron="35 2 * * 6"
# ./console generate:test-action --plugin="CustomAlerts" --php-versions="7.2,8.3" --schedule-cron="35 2 * * 6"

name: Plugin CustomAlerts Tests

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '8.2' ]
php: [ '7.2', '8.3' ]
target: ['minimum_required_matomo', 'maximum_supported_matomo']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5920a51

Please sign in to comment.