Skip to content

Commit e5af5d6

Browse files
committed
Update default version in linux.sh and darwin.sh
1 parent ba21a89 commit e5af5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scripts/darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ setup_php() {
252252
}
253253

254254
# Variables
255-
version=${1:-'8.3'}
255+
version=${1:-'8.4'}
256256
ini=${2:-'production'}
257257
src=${0%/*}/..
258258
php_formula=shivammathur/php/php@"$version"

src/scripts/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ setup_php() {
290290
}
291291

292292
# Variables
293-
version=${1:-'8.3'}
293+
version=${1:-'8.4'}
294294
ini=${2:-'production'}
295295
src=${0%/*}/..
296296
debconf_fix="DEBIAN_FRONTEND=noninteractive"

0 commit comments

Comments
 (0)