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.
1 parent 833312d commit 0ea613eCopy full SHA for 0ea613e
appveyor.yml
@@ -4,7 +4,7 @@ image:
4
5
version: '{build}'
6
7
-stack: postgresql 13.4
+stack: postgresql 15
8
9
environment:
10
PGUSER: postgres
@@ -34,7 +34,7 @@ for:
34
only:
35
- image: Visual Studio 2022
36
services:
37
- - postgresql13
+ - postgresql15
38
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
39
before_build:
40
- pwsh: |
@@ -101,7 +101,7 @@ build_script:
101
102
Write-Output "PostgreSQL version:"
103
if ($IsWindows) {
104
- . "${env:ProgramFiles}\PostgreSQL\13\bin\psql" --version
+ . "${env:ProgramFiles}\PostgreSQL\15\bin\psql" --version
105
}
106
else {
107
psql --version
0 commit comments