Skip to content

Commit

Permalink
ci: upgrade Fedora 38 to Fedora 39 in GitLab CI job for Fedora
Browse files Browse the repository at this point in the history
Fedora 39 has been released approx. five months ago, and the
previously used Fedora 38 will reach its end of life in ca. one
or two months. So let's stay ahead of that.
  • Loading branch information
striezel committed Apr 6, 2024
1 parent 7d8a5a0 commit 252e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coverage:
- public

fedora:
image: fedora:38
image: fedora:39
stage: test
before_script:
- yum update -y
Expand Down

0 comments on commit 252e01e

Please sign in to comment.