Skip to content

Commit

Permalink
Merge pull request #95 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 Oct 31, 2024
2 parents 0e940f4 + 2818781 commit a1b5abb
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="LogViewer" --php-versions="7.2,8.3" --schedule-cron="5 3 * * 6"
# ./console generate:test-action --plugin="LogViewer" --php-versions="7.2,8.4" --schedule-cron="5 3 * * 6"

name: Plugin LogViewer 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 a1b5abb

Please sign in to comment.