From c4cad47ad95e331600613cdbef56506e057973b0 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 2 Dec 2023 22:30:00 +0100 Subject: [PATCH] Npgsql: Add .NET 8 framework to test matrix --- .github/workflows/test-npgsql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]