From aa756a9fc4c96dc7f0cab0f34a572895a111f17a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 5 Feb 2025 15:29:51 +0100 Subject: [PATCH] fix php version in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69362ec..432b1a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMPOSER_BIN ?= composer -PHP_BIN ?= php8.0 +PHP_BIN ?= php8.1 SSH_BIN ?= ssh YARN_BIN ?= yarn NPM_BIN ?= npm