Skip to content

Commit

Permalink
Add Fedora 39 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Nov 26, 2023
1 parent e1bb124 commit 5332c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def generate_osinfo
yield %w[aix73-POWER aix-7.3-power]

# Fedora
(19..38).each do |release|
(19..39).each do |release|

Check warning on line 1081 in lib/beaker-hostgenerator/data.rb

View check run for this annotation

Codecov / codecov/patch

lib/beaker-hostgenerator/data.rb#L1081

Added line #L1081 was not covered by tests
# 32 bit support was dropped in Fedora 31
yield ["fedora#{release}-32", "fedora-#{release}-i386"] if release < 31

Expand Down

0 comments on commit 5332c3b

Please sign in to comment.