diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 06b46f93..a6e14f9b 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -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.3" --schedule-cron="15 3 * * 6" +# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="7.2,8.4" --schedule-cron="15 3 * * 6" name: Plugin DeviceDetectorCache Tests @@ -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