-
Notifications
You must be signed in to change notification settings - Fork 228
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
ci: Test OTP 23 #325
ci: Test OTP 23 #325
Conversation
As #324 is caused by an upstream bug, we might have to wait until the OTP fix is released before merging this change here. |
.github/workflows/main.yml
Outdated
@@ -138,6 +138,9 @@ jobs: | |||
strategy: | |||
matrix: | |||
pair: | |||
- erlang: "23.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to use 23.x
here, but setup-elixir
was not able to convert that into an actual version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it back to 23.x, we should somehow make this work instead of pinning the patch version.
@filmor I added an |
@hazardfn found that NIF loading sometimes fails, see #324. We should also test against OTP 23.