Skip to content

Commit

Permalink
Npgsql: Update CI to use versions 7.0.8 and 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 25, 2024
1 parent e37987d commit 9030994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest' ]
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
npgsql-version: [ '7.0.7', '8.0.3' ]
npgsql-version: [ '7.0.8', '8.0.5' ]
cratedb-version: [ 'nightly' ]

# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
Expand Down
2 changes: 1 addition & 1 deletion by-language/csharp-npgsql/demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit 9030994

Please sign in to comment.