We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436b8e0 + 00a5fd9 commit 684074dCopy full SHA for 684074d
metadata.json
@@ -57,7 +57,8 @@
57
"operatingsystemrelease": [
58
"8",
59
"9",
60
- "10"
+ "10",
61
+ "11"
62
]
63
},
64
{
spec/acceptance/acceptance_1b_spec.rb
@@ -15,7 +15,7 @@
15
16
let :java_home do
17
if os[:family].match?(%r{debian|ubuntu})
18
- if os[:release] == '20.04' || os[:release] == '18.04' || os[:release].start_with?('10')
+ if os[:release] == '20.04' || os[:release] == '18.04' || os[:release].start_with?('11') || os[:release].start_with?('10')
19
'"/usr/lib/jvm/java-11-openjdk-${::architecture}"'
20
elsif os[:release] == '16.04' || os[:release].start_with?('9')
21
'"/usr/lib/jvm/java-8-openjdk-${::architecture}"'
0 commit comments