Skip to content

Commit

Permalink
Npgsql: Drop support for Npgsql 7.x
Browse files Browse the repository at this point in the history
`NpgsqlDataSourceBuilder` includes the `EnableDynamicJson` extension
starting with version 8.
  • Loading branch information
amotl committed Dec 19, 2024
1 parent 61ae86a commit 5bd679a
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 5bd679a

Please sign in to comment.