Skip to content

Commit

Permalink
more pgsql poking
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Oct 31, 2024
1 parent d515614 commit 6c49d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ skip_commits:
# install:
# - choco install dotnet-sdk --version 8.0.100

stack: postgresql 15

environment:
Appveyor: true
# Postgres
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.6
POSTGRES_PATH: C:\Program Files\PostgreSQL\15.8
PGUSER: postgres
PGPASSWORD: Password12!
POSTGRES_ENV_POSTGRES_USER: postgres
Expand All @@ -32,7 +34,7 @@ environment:

services:
# - mysql
- postgresql96
- postgresql15

init:
- git config --global core.autocrlf input
Expand Down

0 comments on commit 6c49d5d

Please sign in to comment.