Skip to content

Commit

Permalink
Npgsql: Remove support for .NET 7.0 and Npgsql 7.x
Browse files Browse the repository at this point in the history
The target framework 'net7.0' is out of support and will not receive
security updates in the future.
  • Loading branch information
amotl committed Dec 19, 2024
1 parent c08a533 commit 57093c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04' ]
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ]
dotnet-version: [ '8.0.x', '9.0.x' ]
npgsql-version: [ '8.0.6', '9.0.2' ]
cratedb-version: [ 'nightly' ]

# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
Expand Down

0 comments on commit 57093c8

Please sign in to comment.