Skip to content

Commit 79b6088

Browse files
chore(deps): update postgres docker tag to v18
1 parent f40389e commit 79b6088

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shard: [1, 2, 3, 4, 5]
3535
services:
3636
postgres:
37-
image: postgres:16.0
37+
image: postgres:18.1
3838
env:
3939
POSTGRES_USER: postgres
4040
POSTGRES_PASSWORD: test123

.github/workflows/build-test-publish-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shard: [ 1, 2, 3, 4, 5 ]
4343
services:
4444
postgres:
45-
image: postgres:16.0
45+
image: postgres:18.1
4646
env:
4747
POSTGRES_USER: postgres
4848
POSTGRES_PASSWORD: test123

0 commit comments

Comments
 (0)