Skip to content

Commit 56d9b6c

Browse files
committed
Update PHP version to 8.1 in .env.dist
Bump the default PHP version from 8.0 to 8.1 for local development and testing environments.
1 parent ca073f6 commit 56d9b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ MYSQL_PASSWORD=${DB_PASSWORD}
5050

5151
# Change these to test different versions of WP, WPGraphQL, ACF etc.
5252
WP_VERSION=6.9
53-
PHP_VERSION=8.0
53+
PHP_VERSION=8.1
5454
WPGRAPHQL_VERSION=latest

0 commit comments

Comments
 (0)