From 0dba0a5b0efbd0d822e612f3c70cd5d18a634547 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Tue, 29 Oct 2024 11:40:40 +0530 Subject: [PATCH] Updated tests to run on php 8.4 from 8.3, #PG-3957 --- .github/workflows/matomo-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 6c6bca4..dd29d2e 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="Migration" --php-versions="7.2,8.3" --schedule-cron="15 2 * * 6" +# ./console generate:test-action --plugin="Migration" --php-versions="7.2,8.4" --schedule-cron="15 2 * * 6" name: Plugin Migration 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