File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 combo :
13- - elixir : ' 1.15 '
14- otp : ' 24 '
13+ - elixir : ' 1.16 '
14+ otp : ' 25 '
1515 - elixir : ' 1.19.5'
1616 otp : ' 28.4'
1717 env :
Original file line number Diff line number Diff line change 77- ** Removed legacy introspection via ` name/1 ` ** : ` color(:__keys__) ` ,
88 ` color(:__values__) ` and ` color(:__enumerators__) ` no longer work.
99 Use the new dedicated helpers instead (see migration guide below).
10- - ** Minimum Elixir version bumped to 1.15 ** .
10+ - ** Minimum Elixir version bumped to 1.16 ** .
1111
1212### Migration from v0.1.0
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule SimpleEnum.MixProject do
88 [
99 app: :simple_enum ,
1010 version: @ version ,
11- elixir: "~> 1.15 " ,
11+ elixir: "~> 1.16 " ,
1212 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1313 start_permanent: Mix . env ( ) == :prod ,
1414 consolidate_protocols: Mix . env ( ) != :test ,
You can’t perform that action at this time.
0 commit comments