From ade65675cc5bd70a422f4d62a1bcd21a5a041629 Mon Sep 17 00:00:00 2001 From: Filip Halaxa Date: Fri, 22 Nov 2024 09:48:43 +0100 Subject: [PATCH] Stable PHP 8.4 in tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27afa1d..190e0c7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ define PHP_VERSIONS "8.1 3.1.1"\ "8.2 3.2.0"\ "8.3 3.3.2"\ -"8.4-rc 3.4.0beta1" +"8.4 3.4.0beta1" endef define DOCKER_RUN