From 0925709c622aeadd208b5b72448b3f1e7deb8c0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Thu, 26 Jan 2023 10:03:33 +0100 Subject: [PATCH] Add 8.2 to oci tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet --- .github/workflows/oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index bdf6da52bed..cbe4ac6df39 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2'] services: oracle: -- 2.39.5