Skip to content

Commit b524354

Browse files
evgeniekohl
authored andcommitted
test upgrades on EL9 and Ubuntu 22.04
1 parent 8254828 commit b524354

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

spec/acceptance/puppetserver_upgrade_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
case ENV['BEAKER_PUPPET_COLLECTION']
1818
when 'puppet8'
1919
from_version = '8.2.0'
20-
to_version = '8.3.0'
20+
to_version = '8.5.0'
2121
when 'puppet7'
22-
from_version = '7.10.0'
23-
to_version = '7.13.0'
22+
from_version = '7.13.0'
23+
to_version = '7.16.0'
2424
else
2525
raise 'Unsupported Puppet collection'
2626
end

spec/support/acceptance/puppetserver.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ def unsupported_puppetserver
99
end
1010
end
1111

12-
# These versions only have a single version (x.y.z) released so no upgrade is possible
1312
def unsupported_puppetserver_upgrade
14-
(fact('os.family') == 'RedHat' && fact('os.release.major') == '9') ||
15-
(fact('os.name') == 'Ubuntu' && fact('os.release.major') == '22.04')
13+
# currently none
14+
false
1615
end

0 commit comments

Comments
 (0)