From ab754ca6d9407d749cfdc6fa8afa50a75eeeb879 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Mon, 6 Nov 2023 15:16:54 +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 a5d19f476..ea76e8cf9 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="TagManager" --php-versions="7.2,8.2" --schedule-cron="45 2 * * 6" +# ./console generate:test-action --plugin="TagManager" --php-versions="7.2,8.3" --schedule-cron="45 2 * * 6" name: Plugin TagManager Tests @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '8.2' ] + php: [ '7.2', '8.3' ] target: ['${{ github.base_ref || github.ref_name }}'] steps: - uses: actions/checkout@v3