Skip to content

Commit cc4ec59

Browse files
committed
Update default PHP version to 7.4
This is per upstream's updated recommendation at https://wordpress.org/about/requirements/
1 parent 5a7623d commit cc4ec59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
# https://wordpress.org/about/requirements/
55
# https://wordpress.org/support/update-php/#before-you-update-your-php-version
6-
defaultPhpVersion='php7.3'
6+
defaultPhpVersion='php7.4'
77
defaultVariant='apache'
88

99
self="$(basename "$BASH_SOURCE")"

0 commit comments

Comments
 (0)