From 42b4547758f1562b22b6d15c4232151fca37ba6f Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 21 Aug 2023 09:22:53 -0400 Subject: [PATCH] Bump legacy CLI version to 4.8.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e40a095..82bce51 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.0.29 -PSH_VERSION = 4.8.4 +PSH_VERSION = 4.8.6 # The OpenSSL version must be compatible with the PHP version. # See: https://www.php.net/manual/en/openssl.requirements.php OPENSSL_VERSION = 1.1.1t