Skip to content

Commit e68c5ab

Browse files
Update postgres Docker tag to v18
1 parent 5aa9333 commit e68c5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
services:
1414
postgres:
15-
image: postgres:17
15+
image: postgres:18
1616
ports: ["5432:5432"]
1717
env:
1818
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)