Skip to content

Commit c94ddb5

Browse files
authored
Merge pull request #430 from yakatz/versions
Add EL9, Debian 12, Ubuntu 22.04 support
2 parents 6f9973d + 906946c commit c94ddb5

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

metadata.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"operatingsystem": "RedHat",
2727
"operatingsystemrelease": [
2828
"7",
29-
"8"
29+
"8",
30+
"9"
3031
]
3132
},
3233
{
@@ -40,7 +41,15 @@
4041
"operatingsystem": "OracleLinux",
4142
"operatingsystemrelease": [
4243
"7",
43-
"8"
44+
"8",
45+
"9"
46+
]
47+
},
48+
{
49+
"operatingsystem": "Rocky",
50+
"operatingsystemrelease": [
51+
"8",
52+
"9"
4453
]
4554
},
4655
{
@@ -53,14 +62,16 @@
5362
"operatingsystem": "Debian",
5463
"operatingsystemrelease": [
5564
"10",
56-
"11"
65+
"11",
66+
"12"
5767
]
5868
},
5969
{
6070
"operatingsystem": "Ubuntu",
6171
"operatingsystemrelease": [
6272
"18.04",
63-
"20.04"
73+
"20.04",
74+
"22.04"
6475
]
6576
}
6677
],

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
}
2525
)
2626

27-
apply_manifest_on(host, tzdata, catch_failures: true) if fact('os.release.major') =~ %r{(16.04|18.04)}
27+
apply_manifest_on(host, tzdata, catch_failures: true)
2828
end

0 commit comments

Comments
 (0)