-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add OPT 26 to other Github actions #12570
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
Conversation
upload_generic_version: upload_generic_version | ||
- otp: 25 | ||
otp_version: 25.0 | ||
otp_version: '25.3' |
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.
Question: should I add upload_generic_version: upload_generic_version
here too?
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.
No, it is always on the lowest supported version. :)
.github/workflows/notify.yml
Outdated
otp-version: 25.0 | ||
elixir-version: 1.14.0 | ||
otp-version: '26.0' | ||
elixir-version: '1.14.4' |
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 don't think we need to update this one because we don't build any publishing artifact.
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.
One tiny comment and ship it!
Oh, we also need to update the release workflow ! |
Co-authored-by: José Valim <jose.valim@gmail.com>
Add OTP26 to other github actions or migrates depending.