Skip to content

Commit d3a6757

Browse files
committed
Don't install extension for PHP 8.4
1 parent f740668 commit d3a6757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
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..84}; do
96+
for version in {74..83}; do
9797
PHP_BIN="$HERD_BIN_DIR/php$version"
9898
CONFIG_DIR="$HERD_CONFIG_DIR/$version"
9999
if [[ -f $PHP_BIN ]]; then

0 commit comments

Comments
 (0)