Skip to content

Commit

Permalink
Removed net6.0 images from the verify lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 7, 2024
1 parent 6451507 commit 1eae6ef
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,16 +399,13 @@ jobs:
fail-fast: false
matrix:
image:
- 'ubuntu:18.04'
- 'ubuntu:20.04'
- 'ubuntu:latest'
- 'ubuntu:22.04'
- 'ubuntu:24.04'
- 'tgagor/centos:stream9'
- 'mcr.microsoft.com/dotnet/aspnet:latest'
- 'mcr.microsoft.com/dotnet/runtime:6.0'
- 'mcr.microsoft.com/dotnet/runtime:latest'
- 'amazon/aws-lambda-dotnet:6'
- 'mcr.microsoft.com/dotnet/runtime:8.0'
- 'amazon/aws-lambda-dotnet:8'
- 'public.ecr.aws/lambda/dotnet:6-x86_64'
- 'public.ecr.aws/lambda/dotnet:8-x86_64'

container:
Expand Down Expand Up @@ -455,7 +452,6 @@ jobs:
image:
- 'alpine:latest'
- 'mcr.microsoft.com/dotnet/aspnet:8.0-alpine'
- 'mcr.microsoft.com/dotnet/runtime:6.0-alpine'
- 'mcr.microsoft.com/dotnet/runtime:8.0-alpine'

container:
Expand Down

0 comments on commit 1eae6ef

Please sign in to comment.