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.
1 parent 89531ce commit 00a5fd9Copy full SHA for 00a5fd9
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