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 d515614 commit 6c49d5dCopy full SHA for 6c49d5d
appveyor.yml
@@ -9,10 +9,12 @@ skip_commits:
9
# install:
10
# - choco install dotnet-sdk --version 8.0.100
11
12
+stack: postgresql 15
13
+
14
environment:
15
Appveyor: true
16
# Postgres
- POSTGRES_PATH: C:\Program Files\PostgreSQL\9.6
17
+ POSTGRES_PATH: C:\Program Files\PostgreSQL\15.8
18
PGUSER: postgres
19
PGPASSWORD: Password12!
20
POSTGRES_ENV_POSTGRES_USER: postgres
@@ -32,7 +34,7 @@ environment:
32
34
33
35
services:
36
# - mysql
- - postgresql96
37
+ - postgresql15
38
39
init:
40
- git config --global core.autocrlf input
0 commit comments