mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
Merge pull request #2415 from internetee/renovate/postgres-14.x
Update postgres Docker tag to v14
This commit is contained in:
commit
f3897f29f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12
|
image: postgres:14
|
||||||
ports: ["5432:5432"]
|
ports: ["5432:5432"]
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue