update PostgreSQL versions in the example

This commit is contained in:
Fábio C. Barrionuevo da Luz 2019-04-16 19:42:57 -03:00 committed by GitHub
parent 1e8790f70e
commit 6f2a652c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,13 +169,15 @@ Answer the prompts with your own desired options_. For example::
use_heroku [n]: y use_heroku [n]: y
use_compressor [n]: y use_compressor [n]: y
Select postgresql_version: Select postgresql_version:
1 - 10.3 1 - 10.5
2 - 10.2 2 - 10.4
3 - 10.1 3 - 10.3
4 - 9.6 4 - 10.2
5 - 9.5 5 - 10.1
6 - 9.4 6 - 9.6
7 - 9.3 7 - 9.5
8 - 9.4
9 - 9.3
Choose from 1, 2, 3, 4 [1]: 1 Choose from 1, 2, 3, 4 [1]: 1
Select js_task_runner: Select js_task_runner:
1 - None 1 - None