Skip to content

Commit

Permalink
Update Appveyor ruby versions and fix tests for ruby-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 23, 2017
1 parent 3bee36c commit 248e673
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:
$(new-object net.webclient).DownloadFile('http://get.enterprisedb.com/postgresql/postgresql-' + $env:PGVERSION + '.exe', 'C:\postgresql-setup.exe')
cmd /c C:\postgresql-setup.exe --mode unattended --extract-only 1
}
$env:RUBY_DLL_PATH = 'C:\Program Files\PostgreSQL\' + $env:PGVER + '\bin;C:\Program Files (x86)\PostgreSQL\' + $env:PGVER + '\bin'
$env:PATH = 'C:\Program Files\PostgreSQL\' + $env:PGVER + '\bin;' + $env:PATH
$env:PATH = 'C:\Program Files (x86)\PostgreSQL\' + $env:PGVER + '\bin;' + $env:PATH
build_script:
Expand All @@ -21,13 +22,13 @@ test_script:
environment:
matrix:
- ruby_version: "24"
PGVERSION: 9.6.3-2-windows
PGVER: 9.6
PGVERSION: 10.0-1-windows
PGVER: 10
- ruby_version: "24-x64"
PGVERSION: 9.6.3-2-windows-x64
PGVER: 9.6
PGVERSION: 10.0-1-windows-x64
PGVER: 10
- ruby_version: "22"
PGVERSION: 9.2.21-1-windows
PGVER: 9.2
PGVERSION: 9.3.19-1-windows
PGVER: 9.3
- ruby_version: "22-x64"
PGVER: 9.4
PGVER: 9.6

0 comments on commit 248e673

Please sign in to comment.