Skip to content

Commit 45e0c84

Browse files
authored
Bump PHP version to 8.3 (#2757)
1 parent 8701873 commit 45e0c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/install_with_ddev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ git clone <repository> my-ddev-project && cd my-ddev-project
378378
# Exclude the whole `.ddev/` directory from version control (some DDEV config could have been committed and shared, see notice below)
379379
.ddev/ >> .gitignore
380380
# Configure the DDEV project then start it
381-
ddev config --project-type=php --php-version 8.1 \
381+
ddev config --project-type=php --php-version 8.3 \
382382
--docroot=public \
383383
--web-environment-add DATABASE_URL=mysql://db:db@db:3306/db \
384384
--http-port=8080 --https-port=8443

0 commit comments

Comments
 (0)