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 ba21a89 commit e5af5d6Copy full SHA for e5af5d6
src/scripts/darwin.sh
@@ -252,7 +252,7 @@ setup_php() {
252
}
253
254
# Variables
255
-version=${1:-'8.3'}
+version=${1:-'8.4'}
256
ini=${2:-'production'}
257
src=${0%/*}/..
258
php_formula=shivammathur/php/php@"$version"
src/scripts/linux.sh
@@ -290,7 +290,7 @@ setup_php() {
290
291
292
293
294
295
296
debconf_fix="DEBIAN_FRONTEND=noninteractive"
0 commit comments