Skip to content

Commit c80292d

Browse files
Use postgresql 14 for tests
1 parent f7af79d commit c80292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
services:
2222
postgres:
23-
image: postgres:13
23+
image: postgres:14
2424
env:
2525
POSTGRES_DB: redmine
2626
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)