Skip to content

Commit

Permalink
Npgsql: Add .NET 8 framework to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2023
1 parent 9055343 commit c4cad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
dotnet-version: [ '5.0.x', '6.0.x', '7.0.x' ]
dotnet-version: [ '5.0.x', '6.0.x', '7.0.x', '8.0.x' ]
npgsql-version: [ '6.0.10', '7.0.6' ]
cratedb-version: [ 'nightly' ]

Expand Down

0 comments on commit c4cad47

Please sign in to comment.