From c6ba2cd0d5cb2ba15b771933df571c3809895951 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:08:02 +0000 Subject: [PATCH] chore: remove 8.4 until 1.8.9 release --- .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 bd0b92d0be..ac43794fb5 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -25,7 +25,7 @@ on: description: Versions of PHP to test with. Should be array of strings encoded as JSON array type: string required: false - default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]' + default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]' php_extensions: description: PHP extensions to install.