From 951f6159d02879729b8bf257483f43e0244da97a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 23 Nov 2023 03:32:04 +0100 Subject: [PATCH] GH Actions: run the tests against PHP 8.3 ... which seems like a good idea what with the release expected later today ;-) --- .github/workflows/integrate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e9a98ba1..5c3c7581 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -71,6 +71,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" env: PHP_EXTENSIONS: "dom, curl, gnupg, mbstring" @@ -131,6 +132,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" env: PHP_EXTENSIONS: "dom, curl, gnupg, mbstring"