Skip to content

Commit

Permalink
Don't install extension for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Sep 11, 2024
1 parent f740668 commit d3a6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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..84}; do
for version in {74..83}; do
PHP_BIN="$HERD_BIN_DIR/php$version"
CONFIG_DIR="$HERD_CONFIG_DIR/$version"
if [[ -f $PHP_BIN ]]; then
Expand Down

0 comments on commit d3a6757

Please sign in to comment.