From c25f0a32be6e6a283eed95acae92d2aa49b279e0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 31 Jul 2025 11:07:13 +0200 Subject: [PATCH] no longer use php7.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d32f68c4..3c2139b03 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ dist: rm -rf tmp quickstart: - php7.4 vendor/bin/phing -Dversion=$(VERSION) package + php vendor/bin/phing -Dversion=$(VERSION) package unittest: vendor/bin/phing -Dversion=$(VERSION) phpunitfast