diff --git a/.github/workflows/test-npgsql.yml b/.github/workflows/test-npgsql.yml index 44ac0251..8f268e42 100644 --- a/.github/workflows/test-npgsql.yml +++ b/.github/workflows/test-npgsql.yml @@ -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' ]