We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecb6173 + e93877b commit 7707887Copy full SHA for 7707887
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
if: runner.os == 'Windows' && matrix.backend == 'postgres'
91
shell: bash
92
run: |
93
- choco install postgresql14 --force --params '/Password:root'
+ choco install postgresql15 --force --params '/Password:root'
94
echo "DATABASE_URL=postgres://postgres:root@localhost/" >> $GITHUB_ENV
95
96
- name: Install mysql (Windows)
0 commit comments