Skip to content

Commit 7a04048

Browse files
authored
Merge pull request #981 from infosiftr/php8.3
Update default PHP to 8.3
2 parents bdaac32 + c8b214c commit 7a04048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)