From de1d365bb8ac47a8bc8786d10376b5b6a43a151c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 19 Dec 2024 23:04:01 +0100 Subject: [PATCH] Npgsql: Remove support for .NET 7.0 and Npgsql 7.x The target framework 'net7.0' is out of support and will not receive security updates in the future. --- .github/workflows/lang-npgsql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lang-npgsql.yml b/.github/workflows/lang-npgsql.yml index 5957159d..12ed1c10 100644 --- a/.github/workflows/lang-npgsql.yml +++ b/.github/workflows/lang-npgsql.yml @@ -42,8 +42,8 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-22.04' ] - dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ] - npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ] + dotnet-version: [ '8.0.x', '9.0.x' ] + npgsql-version: [ '8.0.6', '9.0.2' ] cratedb-version: [ 'nightly' ] # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers