From 1ad9ad66c467a5b701933decea849c2a52eff4d7 Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:05:40 +1000 Subject: [PATCH] Update functions.sh PHP_VER to 8.1 --- setup/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/functions.sh b/setup/functions.sh index 6a96cc1f..85925e6c 100644 --- a/setup/functions.sh +++ b/setup/functions.sh @@ -5,7 +5,7 @@ # -o pipefail: don't ignore errors in the non-last command in a pipeline set -euo pipefail -PHP_VER=8.0 +PHP_VER=8.1 function hide_output { # This function hides the output of a command unless the command fails