Skip to content

Commit

Permalink
Update default version in linux.sh and darwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 30, 2024
1 parent ba21a89 commit e5af5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ setup_php() {
}

# Variables
version=${1:-'8.3'}
version=${1:-'8.4'}
ini=${2:-'production'}
src=${0%/*}/..
php_formula=shivammathur/php/php@"$version"
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ setup_php() {
}

# Variables
version=${1:-'8.3'}
version=${1:-'8.4'}
ini=${2:-'production'}
src=${0%/*}/..
debconf_fix="DEBIAN_FRONTEND=noninteractive"
Expand Down

0 comments on commit e5af5d6

Please sign in to comment.