Skip to content

Commit

Permalink
TMP use ELixir 1.15.8 in CI
Browse files Browse the repository at this point in the history
Elixir 1.15 is the first Elixir version series to support Erlang 26

`mix_task_archive_deps` uses `Mix.Dep.load_on_environment/1` which was
removed in Elixir 1.16.0.
  • Loading branch information
gomoripeti committed Jun 26, 2024
1 parent 186d44c commit 0e0f421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
erlang:
- '26.2'
elixir:
- '1.16.3'
- '1.15.8'
rmqref:
- v3.13.x
steps:
Expand Down

0 comments on commit 0e0f421

Please sign in to comment.