ci: run Windows tests against SQL Server 2025#1758
Merged
Conversation
Adds SQL Server 2025 to the Windows test matrix and updates `tediousjs/setup-sqlserver` from v2 to v4, as SQL Server 2025 support was added in v3.1.0 of that action. The action's inputs are unchanged between v2 and v4, and `install-updates: true` is skipped gracefully for 2025 until Microsoft publishes cumulative updates. The Linux job already tests against SQL Server 2025 via the `mcr.microsoft.com/mssql/server:2025-latest` container image. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ReviewSmall, well-scoped CI change — looks good overall. What it does:
Verified:
Minor notes / things worth double-checking (not blockers):
Nothing blocking; happy to see SQL Server 2025 added to Windows CI to match the existing Linux coverage. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1758 +/- ##
=======================================
Coverage 80.84% 80.84%
=======================================
Files 90 90
Lines 4887 4887
Branches 924 924
=======================================
Hits 3951 3951
Misses 640 640
Partials 296 296 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tediousjs/setup-sqlserverfrom@v2to@v4— SQL Server 2025 support was added in v3.1.0 of that action. The v3/v4 breaking changes only affect the action's own runtime (Node 24, ESM rewrite); its inputs are unchanged, so this is a drop-in upgrade.Notes
mcr.microsoft.com/mssql/server:2025-latestcontainer image intest/Dockerfile, so no changes were needed there.install-updates: true, and Microsoft has not published cumulative updates for SQL Server 2025 yet — the action handles this gracefully by logging "Skipping update installation" instead of failing.🤖 Generated with Claude Code