Skip to content

Commit 7f08864

Browse files
authored
Merge pull request symfonycorp#152 from OskarStark/patch-4
Use latest version in example
2 parents 65f8278 + 479b425 commit 7f08864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/postgresql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use it in your application, add it to ``.symfony/services.yaml``:
1010
mydatabase:
1111
# supported versions: 9.6, 10, 11, 12, 13
1212
# 9.3 is also available but not maintained upstream
13-
type: postgresql:12
13+
type: postgresql:13
1414
disk: 1024
1515
1616
.. caution::

0 commit comments

Comments
 (0)