Update functions.sh PHP_VER to 8.1

This commit is contained in:
matidau
2024-08-02 16:10:28 +10:00
parent 162e509b8b
commit 1ad9ad66c4
+1 -1
View File
@@ -5,7 +5,7 @@
# -o pipefail: don't ignore errors in the non-last command in a pipeline # -o pipefail: don't ignore errors in the non-last command in a pipeline
set -euo pipefail set -euo pipefail
PHP_VER=8.0 PHP_VER=8.1
function hide_output { function hide_output {
# This function hides the output of a command unless the command fails # This function hides the output of a command unless the command fails