Skip to content

Commit 6c49d5d

Browse files
committed
more pgsql poking
1 parent d515614 commit 6c49d5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ skip_commits:
99
# install:
1010
# - choco install dotnet-sdk --version 8.0.100
1111

12+
stack: postgresql 15
13+
1214
environment:
1315
Appveyor: true
1416
# Postgres
15-
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.6
17+
POSTGRES_PATH: C:\Program Files\PostgreSQL\15.8
1618
PGUSER: postgres
1719
PGPASSWORD: Password12!
1820
POSTGRES_ENV_POSTGRES_USER: postgres
@@ -32,7 +34,7 @@ environment:
3234

3335
services:
3436
# - mysql
35-
- postgresql96
37+
- postgresql15
3638

3739
init:
3840
- git config --global core.autocrlf input

0 commit comments

Comments
 (0)