Skip to content

Commit

Permalink
Npgsql: Use 8.0.2 on CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 12, 2024
1 parent 9aff898 commit 84311e8
Showing 1 changed file with 1 addition and 1 deletion.
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: [ '6.0.x', '7.0.x', '8.0.x' ]
npgsql-version: [ '6.0.10', '7.0.6', '8.0.1' ]
npgsql-version: [ '6.0.10', '7.0.6', '8.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 84311e8

Please sign in to comment.