Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimal required Elixir version
Since PR jeremyjh#514, the `then` macro is used, which was introduced in Elixir 1.12.0. If installed on older Elixir versions, it will fail to compile with the error below. ``` ==> dialyxir Compiling 66 files (.ex) == Compilation error in file lib/dialyxir/project.ex == ** (CompileError) lib/dialyxir/project.ex:365: undefined function then/2 (elixir) expanding macro: Kernel.|>/2 lib/dialyxir/project.ex:365: Dialyxir.Project (module) (elixir) expanding macro: Kernel.if/2 lib/dialyxir/project.ex:365: Dialyxir.Project (module) ``` Bump the minimal required Elixir version to communicate older versions are no longer supported. Elixir 1.12 is also the oldest version tested in the CI.
- Loading branch information