Skip to content

Commit c8b214c

Browse files
committed
Update default PHP to 8.3
See https://github.com/WordPress/wordpress.org/blob/26afaf0ede4444541b1b5a8fd57ee5671cc37a68/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php (which is returned by an API which warns users if they're on a version lower than that).
1 parent bdaac32 commit c8b214c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

generate-stackbrew-library.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ set -Eeuo pipefail
55
# https://make.wordpress.org/hosting/handbook/server-environment/#php
66
# https://wordpress.org/support/update-php/#before-you-update-your-php-version
77
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
8-
defaultPhpVersion='php8.2'
8+
#
9+
# "RECOMMENDED_PHP" in https://github.com/WordPress/wordpress.org/blob/HEAD/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php (https://github.com/docker-library/wordpress/issues/980)
10+
#
11+
defaultPhpVersion='php8.3'
912
defaultVariant='apache'
1013

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

0 commit comments

Comments
 (0)