Skip to content

Commit

Permalink
elixir 1.14 defaults to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Jul 28, 2023
1 parent 2d6e08d commit 32cf497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/elixir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ impl ElixirProvider {
("1", "11") => Ok(Pkg::new("elixir_1_11")),
("1", "12") => Ok(Pkg::new("elixir_1_12")),
("1", "13") => Ok(Pkg::new("elixir_1_13")),
("1", "14") => Ok(Pkg::new("elixir")),
("1", "15") => Ok(Pkg::new("elixir_1_15")),
_ => Ok(Pkg::new(DEFAULT_ELIXIR_PKG_NAME)),
}
Expand Down

0 comments on commit 32cf497

Please sign in to comment.