Skip to content

Commit

Permalink
Build OTP 27 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigues authored May 21, 2024
1 parent e5c78f8 commit 7833618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bob/job/build_elixir.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmodule Bob.Job.BuildElixir do
version = ref_to_version(ref_name)

cond do
version_gte(version, "1.17.0-0") -> ["25.3", "26.0", "27.0"]
version_gte(version, "1.15.0-0") -> ["24.3", "25.3", "26.0"]
version_gte(version, "1.14.4") -> ["23.3", "24.3", "25.3", "26.0"]
version_gte(version, "1.14.0-0") -> ["23.3", "24.3", "25.3"]
Expand Down

0 comments on commit 7833618

Please sign in to comment.