Skip to content

Commit 0daca89

Browse files
Use Postgres 14 in workflow as 13 now EOL
1 parent 3bfe4fc commit 0daca89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/im-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
services:
1313
# Label used to access the service container
1414
postgres:
15-
image: postgres:13
15+
image: postgres:14
1616
env:
1717
POSTGRES_USER: postgres
1818
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)