From 50700b8cd77bb9d9a2fa50cebff38ae6ae63cd48 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 Jan 2021 09:30:51 +0100 Subject: [PATCH] pkg: wrong PHP default since a while --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b0d708f9..f1a7e8397 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ all: .include "Mk/defaults.mk" CORE_ABI?= 20.7 -CORE_PHP?= 72 +CORE_PHP?= 73 CORE_PYTHON?= 37 .if exists(${GIT}) && exists(${GITVERSION})