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 2696259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bob/job/build_elixir.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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.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 2696259

Please sign in to comment.