From 5bc44a1238f973bbc78c94d1a30de6ed6689cca0 Mon Sep 17 00:00:00 2001 From: nicrowe00 Date: Thu, 27 Feb 2025 11:16:06 +0000 Subject: [PATCH] Update CI to run .NET 9 and 10 on alpine .NET 9 and 10 are now available on alpine and edge. --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009e835..095c822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,16 +32,6 @@ jobs: - "8.0" - "9.0" - "10.0" - exclude: - - container_image: docker.io/library/alpine:latest - dotnet_version: "9.0" - - container_image: docker.io/library/alpine:edge - dotnet_version: "9.0" - - container_image: docker.io/library/alpine:latest - dotnet_version: "10.0" - - container_image: docker.io/library/alpine:edge - dotnet_version: "10.0" - container: image: ${{ matrix.container_image }}