Skip to content

Commit

Permalink
Remove Fedora 37 & add Fedora 39
Browse files Browse the repository at this point in the history
Removing Fedora 37 from the CI as it's now EOL and adding Fedora 39.
  • Loading branch information
nicrowe00 committed Dec 14, 2023
1 parent 91d4b85 commit dd51bdf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ jobs:
- docker.io/library/alpine:latest
- docker.io/library/alpine:edge
- quay.io/centos/centos:stream9-development
- registry.fedoraproject.org/fedora:37
- registry.fedoraproject.org/fedora:38
- registry.fedoraproject.org/fedora:39
- registry.fedoraproject.org/fedora:rawhide
- registry.access.redhat.com/ubi8
- registry.access.redhat.com/ubi9
dotnet_version:
- "6.0"
- "7.0"
include:
- container_image: registry.fedoraproject.org/fedora:38
dotnet_version: "8.0"
- container_image: registry.access.redhat.com/ubi8
dotnet_version: "8.0"
- "8.0"

container:
image: ${{ matrix.container_image }}
Expand Down

0 comments on commit dd51bdf

Please sign in to comment.