Skip to content

Commit

Permalink
Merge pull request #132 from matomo-org/PG-3957-php-8.4-upgrade
Browse files Browse the repository at this point in the history
Updated tests to run on php 8.4 from 8.3, #PG-3957
  • Loading branch information
snake14 authored Nov 3, 2024
2 parents 1eb09d7 + a82b4d0 commit fd47d4f
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="TrackingSpamPrevention" --php-versions="7.2,8.3" --schedule-cron="40 2 * * 6"
# ./console generate:test-action --plugin="TrackingSpamPrevention" --php-versions="7.2,8.4" --schedule-cron="40 2 * * 6"

name: Plugin TrackingSpamPrevention Tests

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

0 comments on commit fd47d4f

Please sign in to comment.