Skip to content

Commit 7707887

Browse files
authored
Merge pull request #44 from weiznich/fix/ci
Update postgres on windows
2 parents ecb6173 + e93877b commit 7707887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: runner.os == 'Windows' && matrix.backend == 'postgres'
9191
shell: bash
9292
run: |
93-
choco install postgresql14 --force --params '/Password:root'
93+
choco install postgresql15 --force --params '/Password:root'
9494
echo "DATABASE_URL=postgres://postgres:root@localhost/" >> $GITHUB_ENV
9595
9696
- name: Install mysql (Windows)

0 commit comments

Comments
 (0)