Compare commits
3 commits
6a5a94c5e6
...
7882370f4a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7882370f4a | ||
| 9a276218c5 | |||
|
|
d8ab0d80db |
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ name: check
|
|||
|
||||
services:
|
||||
- name: postgres
|
||||
image: docker.io/library/postgres:17.5
|
||||
image: docker.io/library/postgres:17.6
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -55,7 +55,7 @@ steps:
|
|||
- mix credo
|
||||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.5
|
||||
image: docker.io/library/postgres:17.6
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
elixir 1.18.3-otp-27
|
||||
erlang 27.3.4
|
||||
just 1.42.4
|
||||
just 1.43.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ networks:
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.5-alpine
|
||||
image: postgres:17.6-alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue