From 02f1b16312f6f694819533f162cab7c79c7d2685 Mon Sep 17 00:00:00 2001 From: cmadjar Date: Fri, 30 Aug 2024 16:36:03 -0400 Subject: [PATCH 1/2] remove php 8.1 and 8.2 testing --- .github/workflows/loristest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/loristest.yml b/.github/workflows/loristest.yml index 1937f107b..7829f54e7 100644 --- a/.github/workflows/loristest.yml +++ b/.github/workflows/loristest.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: testsuite: ['integration'] - php: ['8.1','8.2', '8.3'] + php: ['8.3'] ci_node_index: [0] include: From 7aaa2cd074c0338da73a7b970ca17af3b81972c1 Mon Sep 17 00:00:00 2001 From: cmadjar Date: Fri, 30 Aug 2024 16:43:35 -0400 Subject: [PATCH 2/2] update to 8.3 in Dockerfile.test.php8 --- test/Dockerfile.test.php8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile.test.php8 b/test/Dockerfile.test.php8 index bf6b642c3..035c53e6e 100644 --- a/test/Dockerfile.test.php8 +++ b/test/Dockerfile.test.php8 @@ -1,4 +1,4 @@ -FROM php:8.1 +FROM php:8.3 RUN cat /etc/os-release