Skip to content

Commit 538f0bb

Browse files
committed
feat: update environment files to use PHP 8.3 as default version
1 parent e34ca2f commit 538f0bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROJECT_NAME=docker_nginx_php_mysql
55
NGINX_HOST=localhost
66

77
# Service versions
8-
PHP_VERSION=8.4
8+
PHP_VERSION=8.3
99
PHP_TARGET=dev
1010
MYSQL_VERSION=9.2
1111

.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROJECT_NAME=docker_nginx_php_mysql
55
NGINX_HOST=localhost
66

77
# Service versions
8-
PHP_VERSION=8.4
8+
PHP_VERSION=8.3
99
PHP_TARGET=dev
1010
MYSQL_VERSION=9.2
1111

.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROJECT_NAME=docker_nginx_php_mysql
55
NGINX_HOST=localhost
66

77
# Service versions
8-
PHP_VERSION=8.4
8+
PHP_VERSION=8.3
99
PHP_TARGET=base
1010
MYSQL_VERSION=9.2
1111

0 commit comments

Comments
 (0)