From af503c9d416c7befc532307ae81a40bb4cf85152 Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Fri, 26 Jan 2024 09:40:48 -0500 Subject: [PATCH] Run all the tests under 8.3 --- .github/workflows/loristest.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/loristest.yml b/.github/workflows/loristest.yml index 8472a615d97..8c9b3a38fe3 100644 --- a/.github/workflows/loristest.yml +++ b/.github/workflows/loristest.yml @@ -104,7 +104,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.1', '8.2'] + php: ['8.1', '8.2', '8.3'] apiversion: ['v0.0.3', 'v0.0.4-dev'] steps: - uses: actions/checkout@v2 @@ -209,7 +209,7 @@ jobs: fail-fast: false matrix: testsuite: ['integration'] - php: ['8.1','8.2'] + php: ['8.1','8.2', '8.3'] ci_node_index: [0,1,2,3] include: @@ -220,10 +220,14 @@ jobs: php: '8.1' - testsuite: 'static' php: '8.2' + - testsuite: 'static' + php: '8.3' - testsuite: 'unit' php: '8.1' - testsuite: 'unit' php: '8.2' + - testsuite: 'unit' + php: '8.3' steps: - uses: actions/checkout@v2