From 723cb73d4862576d2e4b12d582ec44c92ce73d0a Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:48:24 +0000 Subject: [PATCH] Enable testing on PHP 8.3 (#3932) --- .github/workflows/REUSABLE_backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index b7b135f1e..d232746bf 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -31,7 +31,7 @@ on: description: Versions of PHP to test with. Should be array of strings encoded as JSON array type: string required: false - default: '["8.1", "8.2"]' + default: '["8.1", "8.2", "8.3"]' php_extensions: description: PHP extensions to install.