Skip to content

Commit c620bff

Browse files
johnstcnstirby
authored andcommitted
ci: use postgres version 13 to test migrations (coder#13767)
(cherry picked from commit 5ea5db2)
1 parent 84d9920 commit c620bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

181181
- name: Test migrations from current ref to main
182182
run: |
183-
make test-migrations
183+
POSTGRES_VERSION=13 make test-migrations
184184
185185
# Setup GCloud for signing Windows binaries.
186186
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)