Skip to content

Commit 5bd679a

Browse files
committed
Npgsql: Drop support for Npgsql 7.x
`NpgsqlDataSourceBuilder` includes the `EnableDynamicJson` extension starting with version 8.
1 parent 61ae86a commit 5bd679a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lang-npgsql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ 'ubuntu-22.04' ]
45-
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
46-
npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ]
45+
dotnet-version: [ '8.0.x', '9.0.x' ]
46+
npgsql-version: [ '8.0.6', '9.0.2' ]
4747
cratedb-version: [ 'nightly' ]
4848

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

0 commit comments

Comments
 (0)