Skip to content

Commit

Permalink
Update appveyor PostgreSQL version to 10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhipov committed Nov 6, 2017
1 parent dc6172b commit 0240304
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ environment:
- exe: postgresql-9.4.13-1-windows-%PLATFORM%.exe
- exe: postgresql-9.5.8-1-windows-%PLATFORM%.exe
- exe: postgresql-9.6.4-1-windows-%PLATFORM%.exe
- exe: postgresql-10.0-beta4-windows-%PLATFORM%.exe
- exe: postgresql-10.0-2-windows-x64.exe
- exe: postgresql-10.0-2-windows.exe
matrix:
exclude:
- platform: x64
exe: postgresql-10.0-2-windows.exe
- platform: x86
exe: postgresql-10.0-2-windows-x64.exe

install:
- set dist=%exe:-x86=%
Expand Down

0 comments on commit 0240304

Please sign in to comment.