Skip to content

Commit 49d3819

Browse files
authored
Merge pull request #474 from Bootstrap-Academy/renovate/postgres-18.x
chore(deps): update postgres docker tag to v18
2 parents a79bfa2 + 3ef1db4 commit 49d3819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: git diff --exit-code
5656
services:
5757
postgres:
58-
image: postgres:17-alpine
58+
image: postgres:18-alpine
5959
ports:
6060
- "5432:5432"
6161
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
RUST_TEST_THREADS: 1
3939
services:
4040
postgres:
41-
image: postgres:17-alpine
41+
image: postgres:18-alpine
4242
ports:
4343
- "5432:5432"
4444
env:

0 commit comments

Comments
 (0)