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

View File

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