Skip to content

Commit

Permalink
chore(ci): use postgres:15 image (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 5, 2024
1 parent d08f5de commit b88335b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: self-hosted
services:
postgres:
image: postgres
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgrespw
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
POSTGRES_PORT: 5432
services:
postgres:
image: postgres
image: postgres:15
env:
POSTGRES_PASSWORD: postgrespw
options: >-
Expand Down

0 comments on commit b88335b

Please sign in to comment.