File tree 2 files changed +4
-4
lines changed
2 files changed +4
-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
38
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
39
39
before_build :
40
40
- pwsh : |
@@ -101,7 +101,7 @@ build_script:
101
101
102
102
Write-Output "PostgreSQL version:"
103
103
if ($IsWindows) {
104
- . "${env:ProgramFiles}\PostgreSQL\13 \bin\psql" --version
104
+ . "${env:ProgramFiles}\PostgreSQL\15 \bin\psql" --version
105
105
}
106
106
else {
107
107
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