Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Use latest version in example #152

Merged
merged 1 commit into from
Apr 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use it in your application, add it to ``.symfony/services.yaml``:
mydatabase:
# supported versions: 9.6, 10, 11, 12, 13
# 9.3 is also available but not maintained upstream
type: postgresql:12
type: postgresql:13
disk: 1024

.. caution::
Expand Down