Skip to content

Commit ae5eed4

Browse files
authored
specify php 8.4 default
specify 8.4 so we manually switch to 8.5 when we make sure it works allows to run without jq installed
1 parent 00a9eb6 commit ae5eed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [ -z "${PHP_VERSION}" ]; then
7070
fi
7171
}
7272

73-
PHP_VERSION="$(get_latest_php_version "8")"
73+
PHP_VERSION="$(get_latest_php_version "8.4")"
7474
export PHP_VERSION
7575
fi
7676
# default extension set

0 commit comments

Comments
 (0)