Skip to content

Commit 70e57f8

Browse files
authored
appveyor pgsql update (#2119)
1 parent 9ed3525 commit 70e57f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ skip_commits:
1212
environment:
1313
Appveyor: true
1414
# Postgres
15-
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.6
15+
POSTGRES_PATH: C:\Program Files\PostgreSQL\13
1616
PGUSER: postgres
1717
PGPASSWORD: Password12!
1818
POSTGRES_ENV_POSTGRES_USER: postgres
@@ -32,7 +32,7 @@ environment:
3232

3333
services:
3434
# - mysql
35-
- postgresql
35+
- postgresql13
3636

3737
init:
3838
- git config --global core.autocrlf input

0 commit comments

Comments
 (0)