From 17806cb932801d755ad72d6b12e884d983dbfe4a 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 ae7d43a111c..25d08b1f554 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 @@ -210,7 +210,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: @@ -221,10 +221,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