Skip to content

Commit

Permalink
- enable SQLServer tests on 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Oct 2, 2019
1 parent f40eb76 commit 5dd8145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/install-sqlsrv.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -ex
pecl install pdo_sqlsrv-5.3.0
pecl install pdo_sqlsrv-5.6.0
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql.list
sudo apt-get update

ACCEPT_EULA=Y sudo apt-get install -qy msodbcsql17 mssql-tools unixodbc libssl1.0.0

0 comments on commit 5dd8145

Please sign in to comment.