summaryrefslogtreecommitdiff
path: root/spec/unit/license_finder/maven_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/license_finder/maven_spec.rb')
-rw-r--r--spec/unit/license_finder/maven_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/license_finder/maven_spec.rb b/spec/unit/license_finder/maven_spec.rb
index 737b707..cd46f0e 100644
--- a/spec/unit/license_finder/maven_spec.rb
+++ b/spec/unit/license_finder/maven_spec.rb
@@ -39,7 +39,7 @@ RSpec.describe LicenseFinder::Maven do
specify { expect(subject).to eql('adoptopenjdk-11') }
end
- %w[8 11].each do |java_version|
+ %w[8 11 14].each do |java_version|
context "when the version is specified via a LM_JAVA_VERSION (#{java_version}) environment variable" do
let(:env) { { "LM_JAVA_VERSION" => java_version } }