Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trying a different version
  • Loading branch information
jbogard committed Nov 4, 2025
commit 0054d0d6bacd219e9a36bc36393418311e84ecd0
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion src/IntegrationTests/IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async Task IAsyncLifetime.DisposeAsync()
async Task IAsyncLifetime.InitializeAsync()
{
_msSqlContainer = new MsSqlBuilder()
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
.WithImage("mcr.microsoft.com/mssql/server:2019-CU28-ubuntu-20.04")
.Build();

await _msSqlContainer.StartAsync();
Expand Down
Loading