File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55version : ' {build}'
66
7- stack : postgresql 13.4
7+ stack : postgresql 15
88
99environment :
1010 PGUSER : postgres
3434 only :
3535 - image : Visual Studio 2022
3636 services :
37- - postgresql13
37+ - postgresql15
3838 # REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
3939 before_build :
4040 - pwsh : |
@@ -101,7 +101,7 @@ build_script:
101101
102102 Write-Output "PostgreSQL version:"
103103 if ($IsWindows) {
104- . "${env:ProgramFiles}\PostgreSQL\13 \bin\psql" --version
104+ . "${env:ProgramFiles}\PostgreSQL\15 \bin\psql" --version
105105 }
106106 else {
107107 psql --version
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ docker run --rm --name jsonapi-dotnet-core-testing `
99 - e POSTGRES_USER= postgres `
1010 - e POSTGRES_PASSWORD= postgres `
1111 - p 5432 :5432 `
12- postgres:13.4
12+ postgres:15
You can’t perform that action at this time.
0 commit comments