We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f6302 + 23a506d commit 3732f29Copy full SHA for 3732f29
main.sh
@@ -205,7 +205,7 @@ function maybe_run_node_build() {
205
206
function maybe_install_php_dep() {
207
208
- VALID_PHP_VERSIONS=("7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
+ VALID_PHP_VERSIONS=("7.4" "8.0" "8.1" "8.2" "8.3" "8.4" "8.5")
209
if [[ -z "$PHP_VERSION" ]]; then
210
echo "No PHP version specified. Skipping PHP setup."
211
return
0 commit comments