We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ae86a commit 5bd679aCopy full SHA for 5bd679a
.github/workflows/lang-npgsql.yml
@@ -42,8 +42,8 @@ jobs:
42
fail-fast: false
43
matrix:
44
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' ]
+ dotnet-version: [ '8.0.x', '9.0.x' ]
+ npgsql-version: [ '8.0.6', '9.0.2' ]
47
cratedb-version: [ 'nightly' ]
48
49
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
0 commit comments