From 08731581bb561f2ba03e20ed51670f070a58cdce Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Fri, 22 Nov 2024 13:26:10 +0000 Subject: [PATCH] Bump legacy CLI to 4.22.0 and PHP to 8.2.26 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3b3c67..2ca1202 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PHP_VERSION = 8.2.24 -LEGACY_CLI_VERSION = 4.21.1 +PHP_VERSION = 8.2.26 +LEGACY_CLI_VERSION = 4.22.0 GORELEASER_ID ?= platform