Skip to content

Commit

Permalink
Try using PostgreSQL 9.6 with MSVS 2015 AppVeyor image
Browse files Browse the repository at this point in the history
9.4 doesn't work any longer, although it's still documented as being
available.
  • Loading branch information
vadz committed Aug 20, 2024
1 parent b2172e4 commit 55436b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ environment:
MINGW_BIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
MSSQL_VER: 2014
BOOST_ROOT: C:\Libraries\boost_1_60_0
POSTGRESQL_ROOT: C:\Program Files\PostgreSQL\9.4
POSTGRESQL_VER: 94
POSTGRESQL_ROOT: C:\Program Files\PostgreSQL\9.6
POSTGRESQL_VER: 96
MYSQL_VER: 57
MYSQL_DIR: C:\Program Files\MySql\MySQL Server 5.7
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
Expand Down

0 comments on commit 55436b5

Please sign in to comment.