We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f740668 commit d3a6757Copy full SHA for d3a6757
install.sh
@@ -93,7 +93,7 @@ fi
93
94
if [[ $HERD_INSTALLED -eq 1 ]]; then
95
info "Laravel Herd is installed. Installing for all available PHP versions..."
96
- for version in {74..84}; do
+ for version in {74..83}; do
97
PHP_BIN="$HERD_BIN_DIR/php$version"
98
CONFIG_DIR="$HERD_CONFIG_DIR/$version"
99
if [[ -f $PHP_BIN ]]; then
0 commit comments