mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 20:49:36 +02:00
Update postgres Docker tag to v15
This commit is contained in:
parent
8e4399c546
commit
7e6cd5c0d3
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:14
|
image: postgres:15
|
||||||
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