Skip to content

Commit c4cad47

Browse files
committed
Npgsql: Add .NET 8 framework to test matrix
1 parent 9055343 commit c4cad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-npgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ 'ubuntu-latest' ]
45-
dotnet-version: [ '5.0.x', '6.0.x', '7.0.x' ]
45+
dotnet-version: [ '5.0.x', '6.0.x', '7.0.x', '8.0.x' ]
4646
npgsql-version: [ '6.0.10', '7.0.6' ]
4747
cratedb-version: [ 'nightly' ]
4848

0 commit comments

Comments
 (0)