Skip to content

Commit

Permalink
add php 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Nov 25, 2024
1 parent 22800f7 commit 99fccda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fi

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

0 comments on commit 99fccda

Please sign in to comment.