From f70020a59b23545f03cc86b89faf887dff9683bd Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 25 Mar 2023 15:22:11 +0100 Subject: [PATCH] Switch to PHP 8.1 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d8b0347d..ec0b5b76 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.0" +YNH_PHP_VERSION="8.1" YNH_COMPOSER_VERSION="2.1.5"