witchcrafters / witchcraft

Monads and other dark magic for Elixir
https://witchcrafters.github.io
MIT License
1.2k stars 58 forks source link

update CI to include new Elixir and OTP versions #87

Closed baseballlover723 closed 3 years ago

baseballlover723 commented 3 years ago

A similar PR may already be submitted! Please search among the Pull request before creating one.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:

For more information, see the CONTRIBUTING guide.

Summary

Updates CI to include a bunch more Elixir and Erlang versions.

Note that the Elixir 1.12 tests are currently failing and will be fixed once https://github.com/witchcrafters/witchcraft/pull/86 is merged.

This PR fixes/implements the following bugs/features

Explain the motivation for making this change. What existing problem does the pull request solve?

This will make it easier to see if a change breaks in some version of Elixir or Erlang.

Test plan (required)

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Closing issues

Fixes #

After Merge

jechol commented 3 years ago

Thanks!