Skip to content

Commit

Permalink
Build OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigues committed May 20, 2024
1 parent f67bbc5 commit 8b27fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bob/job/build_elixir.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ defmodule Bob.Job.BuildElixir do
version = ref_to_version(ref_name)

cond do
version_gte(version, "1.15.0-0") -> ["24.3", "25.3", "26.0"]
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", "27.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"]
version_gte(version, "1.14.0-0") -> ["23.3", "24.3", "25.3"]
Expand Down

0 comments on commit 8b27fe7

Please sign in to comment.