DEV: Use postgres 12 in GitHub Actions CI (#10043)
12 is now the recommended and widely deployed version.
This commit is contained in:
parent
a94387c088
commit
70e50a2255
|
@ -32,7 +32,7 @@ jobs:
|
|||
target: ["PLUGINS", "CORE"]
|
||||
os: [ubuntu-latest]
|
||||
ruby: ["2.6"]
|
||||
postgres: ["10"]
|
||||
postgres: ["12"]
|
||||
redis: ["4.x"]
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue