Skip to content

Commit

Permalink
Merge pull request #228 from matomo-org/PG-3129-php-8.3-upgrade-4x
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 13, 2023
2 parents 9396f63 + 88a768d commit fdb95f2
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="QueuedTracking" --php-versions="7.2,8.2" --enable-redis --schedule-cron="0 2 * * 6"
# ./console generate:test-action --plugin="QueuedTracking" --php-versions="7.2,8.3" --enable-redis --schedule-cron="0 2 * * 6"

name: Plugin QueuedTracking 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 fdb95f2

Please sign in to comment.