-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated all CIs #1058
Updated all CIs #1058
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Below we install ODBC 17.3 - should this be updated? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you mean Windows? Not for now because the job is only a placeholder for future development (see the condition is |
||
- job: Linux | ||
pool: | ||
vmImage: 'ubuntu-16.04' | ||
vmImage: 'ubuntu-18.04' | ||
steps: | ||
- checkout: self | ||
clean: true | ||
|
@@ -85,7 +85,7 @@ jobs: | |
sudo apt-get purge unixodbc | ||
sudo apt autoremove | ||
sudo curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - | ||
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > mssql-release.list | ||
curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > mssql-release.list | ||
sudo mv mssql-release.list /etc/apt/sources.list.d/ | ||
sudo apt-get update | ||
sudo ACCEPT_EULA=Y apt-get install msodbcsql17 mssql-tools | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PHP_MAJOR_VER below is still 7.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, for now, until after 7.4 is released. In that case we will change the matrix to drop the image VS 2015