Setup MSSQL
Version updated for https://github.com/rails-sqlserver/setup-mssql to version v2.1.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Setup MSSQL Action is a GitHub Action designed to automate the installation and configuration of Microsoft SQL Server and sqlcmd on Windows and Linux environments during CI workflows. It simplifies the setup process by provisioning the necessary SQL Server components, optionally enabling encrypted connections, and supporting specific versions of SQL Server. This action is particularly useful for developers and teams running tests or operations that depend on a reliable SQL Server instance.
Release notes
What’s Changed
- Support SQL Server 2025 by @andyundso in https://github.com/rails-sqlserver/setup-mssql/pull/21
Full Changelog: https://github.com/rails-sqlserver/setup-mssql/compare/v2...v2.1.0