-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dropped SQL Server 2008 support #3756
Conversation
Chocolatey returns only 7.4.0 in the search results but there's no SQL Server extensions released for it yet.
Are we going to create a new PR for having |
Apparently, the |
@morozov this needs to get into 2.10 as well as appveyor is mass failing there as well |
Fixes #3755.
Additionally, some changes in
.appveyor.yml
were needed in order to work around the build failure. The reason is:choco search
only returns PHP 7.4.0 as of today:| select-string -pattern 7.3
, it yields an empty list and fails the build..appveyor.yml
.sqlsrv
andpdo_sqlsrv
binaries are not yet available.