Skip to content

Commit 99fccda

Browse files
authored
add php 8.4 support
1 parent 22800f7 commit 99fccda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fi
9393

9494
if [[ $HERD_INSTALLED -eq 1 ]]; then
9595
info "Laravel Herd is installed. Installing for all available PHP versions..."
96-
for version in {74..83}; do
96+
for version in {74..84}; do
9797
PHP_BIN="$HERD_BIN_DIR/php$version"
9898
CONFIG_DIR="$HERD_CONFIG_DIR/$version"
9999
if [[ -f $PHP_BIN ]]; then
@@ -151,4 +151,4 @@ else
151151
error "Laravel Herd is not installed. Exiting..."
152152
error "Please follow the manual installation instructions on the GitHub repository."
153153
exit 1
154-
fi
154+
fi

0 commit comments

Comments
 (0)