Skip to content

Commit

Permalink
Update ruby and PostgreSQL versions on appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 23, 2017
1 parent ddcff61 commit 024b0c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ test_script:
- bundle exec rake test
environment:
matrix:
- ruby_version: "24"
PGVERSION: 9.6.3-2-windows
PGVER: 9.6
- ruby_version: "24-x64"
PGVERSION: 9.6.3-2-windows-x64
PGVER: 9.6
- ruby_version: "22"
PGVERSION: 9.1.19-3-windows
PGVER: 9.1
PGVERSION: 9.2.21-1-windows
PGVER: 9.2
- ruby_version: "22-x64"
PGVER: 9.4
- ruby_version: "23"
PGVERSION: 9.5.0-1-windows
PGVER: 9.5
- ruby_version: "23-x64"
PGVERSION: 9.5.0-1-windows-x64
PGVER: 9.5

0 comments on commit 024b0c6

Please sign in to comment.