Skip to content

Commit 6e29f5a

Browse files
authored
Merge pull request docker-library#510 from infosiftr/php7.4
Update default PHP version to 7.4
2 parents 68c8c47 + cc4ec59 commit 6e29f5a

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)