Skip to content

Commit ef4b123

Browse files
committed
Upgrade from 8.19 in exhaustive tests
7.17 is reaching EOL. Upgrade from 8.19 instead.
1 parent 4abb46c commit ef4b123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/acceptance/spec/lib/artifact_operation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
describe "artifacts operation" do
2424
logstash = ServiceTester::Artifact.new()
2525
it_behaves_like "installable_with_jdk", logstash
26-
it_behaves_like "updated", logstash, from_release_branch="7.17"
26+
it_behaves_like "updated", logstash, from_release_branch="8.19"
2727
end

0 commit comments

Comments
 (0)