From c9e9a8dc59116b833abe20cafec8ed6066c1b4fa Mon Sep 17 00:00:00 2001 From: Antonis Kalipetis Date: Fri, 14 Jun 2024 15:57:13 +0300 Subject: [PATCH] Bump PHP to 8.2.20 and Legacy CLI to 4.19.1 Changes since v4.19.0: * Fix misleading "More recent authentication is required" message * Preserve left indent for all lines in a table --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28cb4c9..773bbd8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PHP_VERSION = 8.2.19 -LEGACY_CLI_VERSION = 4.19.0 +PHP_VERSION = 8.2.20 +LEGACY_CLI_VERSION = 4.19.1 GORELEASER_ID ?= platform