-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CI to OTP 27 #601
Bump CI to OTP 27 #601
Conversation
This fails.
Do we need to run some Elixir prerelease? |
Known for now, it pends on Elixir upstream deciding which OTP versions are supported by which Elixir versions. It might come in a 1.16 patch release, it might come in the 1.17 release. I was going to hold this open for a month or so, if no updates after that I will recreate once we know more. For now, I'll revert it to draft. |
@jb3 I think this should work with 1.17, should we retry? |
It will need some changes to the matrix I think, will give it a go in a second. |
7f50af8
to
24f7449
Compare
Bumping Credo version works. I am going to rewrite some commits since we now also add 1.17 into CI. |
- Move from the OTP 27 release candidate to the OTP 27 stable release. - Add Elixir 1.17 to our testing matrix. OTP 27 is only tested against Elixir 1.17, until we potentially get patch releases for earlier versions to explicitly support/add those build combinations.
Thanks! |
Move from the OTP 27 release candidate to the OTP 27 stable release.