Skip to content
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

Fix MSSQL CI #317

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Fix MSSQL CI #317

merged 1 commit into from
Jan 10, 2025

Conversation

earthiverse
Copy link
Contributor

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA yes

Description

The current CI is broken because Microsoft updated some things.

https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate28#3217207

Starting with SQL Server 2019 (15.x) CU28, container images include the new mssql-tools18 package. The previous directory /opt/mssql-tools/bin is phased out. The new directory for Microsoft ODBC 18 tools is /opt/mssql-tools18/bin, aligning with the latest tools offering. For more information about changes and security enhancements, see ODBC Driver 18.0 for SQL Server Released.

Signed-off-by: Kent Rasmussen <[email protected]>
@earthiverse
Copy link
Contributor Author

Adding a note here, PHP 8.4 still doesn't have an MSSQL driver, so the CI fails with Unable to locate package php8.4-sqlsrv if you try to add PHP 8.4 support.

microsoft/msphpsql#1523

@samsonasik
Copy link
Member

Thank you @earthiverse

@samsonasik samsonasik merged commit c8c4c6a into laminas:2.21.x Jan 10, 2025
10 checks passed
@samsonasik samsonasik added this to the 2.21.0 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants