Skip to content

Commit 3732f29

Browse files
authored
Merge pull request #51 from L0RD-ZER0/master
Add support for PHP 8.5
2 parents 04f6302 + 23a506d commit 3732f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function maybe_run_node_build() {
205205

206206
function maybe_install_php_dep() {
207207

208-
VALID_PHP_VERSIONS=("7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
208+
VALID_PHP_VERSIONS=("7.4" "8.0" "8.1" "8.2" "8.3" "8.4" "8.5")
209209
if [[ -z "$PHP_VERSION" ]]; then
210210
echo "No PHP version specified. Skipping PHP setup."
211211
return

0 commit comments

Comments
 (0)