DEV: Use postgres 12 in GitHub Actions CI (#10043)

12 is now the recommended and widely deployed version.
This commit is contained in:
Jarek Radosz 2020-06-15 13:41:24 +02:00 committed by GitHub
parent a94387c088
commit 70e50a2255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
target: ["PLUGINS", "CORE"]
os: [ubuntu-latest]
ruby: ["2.6"]
postgres: ["10"]
postgres: ["12"]
redis: ["4.x"]
services: