Skip to content

Commit 3f48f76

Browse files
committed
bumping .net and sql versions
1 parent 00b5547 commit 3f48f76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-sql-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
image:
99
description: 'SQL Server Docker image to use.'
1010
required: false
11-
default: 'mcr.microsoft.com/mssql/server:2022-latest'
11+
default: 'mcr.microsoft.com/mssql/server:2025-latest'
1212

1313
runs:
1414
using: composite

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup .NET
6161
uses: actions/setup-dotnet@v4
6262
with:
63-
dotnet-version: '8.x'
63+
dotnet-version: '10.x'
6464

6565
- name: Install SqlPackage
6666
run: dotnet tool install -g microsoft.sqlpackage

0 commit comments

Comments
 (0)