Skip to content

Commit

Permalink
.gitlab-ci.yml: pkg: added Fedora 41
Browse files Browse the repository at this point in the history
Removed Fedora 39
  • Loading branch information
alesmrazek committed Nov 19, 2024
1 parent c8f99cf commit 9470f5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -768,13 +768,13 @@ pkg:ubuntu-20.04:
<<: *enable_repo_build
image: $CI_REGISTRY/packaging/apkg/full/ubuntu-20.04

pkg:fedora-40:
pkg:fedora-41:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-40
image: $CI_REGISTRY/packaging/apkg/full/fedora-41

pkg:fedora-39:
pkg:fedora-40:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-39
image: $CI_REGISTRY/packaging/apkg/full/fedora-40

pkg:alma-9:
<<: *pkg_test
Expand Down

0 comments on commit 9470f5c

Please sign in to comment.