From 30d41f0a069d1052b44791cfeaa9b4d858b4592d Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Mon, 13 Nov 2023 16:56:34 +1300 Subject: [PATCH] Updated tests to run on php 8.3 from 8.2, #PG-3129 --- .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 5367c6d02..b5a76e993 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="GoogleAnalyticsImporter" --php-versions="7.2,8.2" --dependent-plugins="matomo-org/plugin-MarketingCampaignsReporting innocraft/plugin-Funnels" --schedule-cron="10 3 * * 6" +# ./console generate:test-action --plugin="GoogleAnalyticsImporter" --php-versions="7.2,8.3" --dependent-plugins="matomo-org/plugin-MarketingCampaignsReporting innocraft/plugin-Funnels" --schedule-cron="10 3 * * 6" name: Plugin GoogleAnalyticsImporter Tests @@ -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