Skip to content

Commit

Permalink
Upgraded test suite to 1.16.1 and added OTP 26 to dialyzer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsf2 committed Feb 23, 2024
1 parent 78873fb commit 37d3734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion bin/dialyzer
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
bin/elixir14 \
&& bin/dialyzer24 \
&& bin/dialyzer25 \
&& bin/dialyzer26 \
&& bin/elixir15 \
&& bin/dialyzer24 \
&& bin/dialyzer25 \
&& bin/dialyzer26 \
&& bin/elixir16 \
&& bin/dialyzer24 \
&& bin/dialyzer25
&& bin/dialyzer25 \
&& bin/dialyzer26
6 changes: 3 additions & 3 deletions bin/switch_version.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ defmodule VersionSwitcher do
{"25", "1.15"} => "1.15.7-otp-25",
{"26", "1.15"} => "1.15.7-otp-26",

{"24", "1.16"} => "1.16.0-otp-24",
{"25", "1.16"} => "1.16.0-otp-25",
{"26", "1.16"} => "1.16.0-otp-26",
{"24", "1.16"} => "1.16.1-otp-24",
{"25", "1.16"} => "1.16.1-otp-25",
{"26", "1.16"} => "1.16.1-otp-26",
}
|> Map.get({otp_version, elixir_version})
end
Expand Down

0 comments on commit 37d3734

Please sign in to comment.