We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5547 commit 3f48f76Copy full SHA for 3f48f76
2 files changed
.github/actions/setup-sql-linux/action.yml
@@ -8,7 +8,7 @@ inputs:
8
image:
9
description: 'SQL Server Docker image to use.'
10
required: false
11
- default: 'mcr.microsoft.com/mssql/server:2022-latest'
+ default: 'mcr.microsoft.com/mssql/server:2025-latest'
12
13
runs:
14
using: composite
.github/workflows/pr-check.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Setup .NET
61
uses: actions/setup-dotnet@v4
62
with:
63
- dotnet-version: '8.x'
+ dotnet-version: '10.x'
64
65
- name: Install SqlPackage
66
run: dotnet tool install -g microsoft.sqlpackage
0 commit comments