Skip to content

Commit

Permalink
Revert "test: run integration tests against latest non-limitless engi…
Browse files Browse the repository at this point in the history
…ne version"

This reverts commit d546052.
  • Loading branch information
aaron-congo committed Nov 20, 2024
1 parent d546052 commit be82857
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ public List<String> getEngineVersions(String engine) {

public String getLatestVersion(String engine) {
return getEngineVersions(engine).stream()
.filter(version -> !version.contains("limitless"))
.sorted(Comparator.reverseOrder())
.findFirst()
.orElse(null);
Expand Down

0 comments on commit be82857

Please sign in to comment.