From e2c0216ac3145fec0133ec57d69744b8e45a5e8a Mon Sep 17 00:00:00 2001 From: Antonis Kalipetis Date: Wed, 7 Jan 2026 10:48:38 +0200 Subject: [PATCH] deps(php): Bump PHP version to 8.2.31 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01a5b8ba..e0662380 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PHP_VERSION = 8.2.30 +PHP_VERSION = 8.2.31 LEGACY_CLI_VERSION = 4.29.0 GORELEASER_ID ?= upsun