File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
version : ' {build}'
6
6
7
- stack : postgresql 13.4
7
+ stack : postgresql 15
8
8
9
9
environment :
10
10
PGUSER : postgres
34
34
only :
35
35
- image : Visual Studio 2022
36
36
services :
37
- - postgresql13
37
+ - postgresql15
38
+ install :
39
+ # Temporary workaround for https://help.appveyor.com/discussions/questions/60488-postgresql-version
40
+ - net start postgresql-x64-15
38
41
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
39
42
before_build :
40
43
- pwsh : |
@@ -101,7 +104,7 @@ build_script:
101
104
102
105
Write-Output "PostgreSQL version:"
103
106
if ($IsWindows) {
104
- . "${env:ProgramFiles}\PostgreSQL\13 \bin\psql" --version
107
+ . "${env:ProgramFiles}\PostgreSQL\15 \bin\psql" --version
105
108
}
106
109
else {
107
110
psql --version
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ docker run --rm --name jsonapi-dotnet-core-testing `
9
9
- e POSTGRES_USER= postgres `
10
10
- e POSTGRES_PASSWORD= postgres `
11
11
- p 5432 :5432 `
12
- postgres:13.4
12
+ postgres:15
You can’t perform that action at this time.
0 commit comments