Ensures Elixir versions specified in CI ascent with OTP versions.
How was this change made?
This was a quick set of edits to how we specify language versions in .github/workflows/main.yml.
Why is this change necessary?
It just don't seem right
CI checks for Elixir 1.11 were run against OTP-23, while the Elixir 1.12 checks were being run against OTP-22. This was backwards for how the Elixir advances with OTP.
How will this be verified?
[ ] The PR includes new tests
[X] Current test suite covers functionality
[ ] This has been tested locally
[ ] This has been tested in dev
Any additional information or special handling required on this PR?
What does this do on a high level?
Ensures Elixir versions specified in CI ascent with OTP versions.
How was this change made?
This was a quick set of edits to how we specify language versions in
.github/workflows/main.yml
.Why is this change necessary?
It just don't seem right
CI checks for Elixir 1.11 were run against OTP-23, while the Elixir 1.12 checks were being run against OTP-22. This was backwards for how the Elixir advances with OTP.
How will this be verified?
dev
Any additional information or special handling required on this PR?
motivational imagery