Skip to content

Commit 5dd8145

Browse files
committed
- enable SQLServer tests on 7.3
1 parent f40eb76 commit 5dd8145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/install-sqlsrv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22
set -ex
3-
pecl install pdo_sqlsrv-5.3.0
3+
pecl install pdo_sqlsrv-5.6.0
44
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
55
curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql.list
66
sudo apt-get update
7+
78
ACCEPT_EULA=Y sudo apt-get install -qy msodbcsql17 mssql-tools unixodbc libssl1.0.0

0 commit comments

Comments
 (0)