-
-
Notifications
You must be signed in to change notification settings - Fork 199
Update CI #882
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
base: master
Are you sure you want to change the base?
Conversation
LMK when this is ready for review |
@whatyouhide now 🙃 |
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.
There are a ton of unnecessary changes here, left a couple more comments as well.
- elixir: "1.18" | ||
otp: "27.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.
Was this change necessary?
otp: '22.3.4' | ||
os: ubuntu-20.04 | ||
- elixir: "1.13" | ||
otp: "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.
We need to leave a comment here saying that this is the lowest tested OTP version but technically we support back to OTP 22.
- name: Download Mix dependencies | ||
if: steps.mix-downloaded-deps-cache.outputs.cache-hit != 'true' | ||
run: | | ||
if [ ${{ matrix.elixir }} != '1.13.4-otp-22' ]; then |
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.
All these checks against 1.13.4-otp-22
are broken now, as there's no such matrix.elixir
value?
- name: Check out this repository | ||
uses: actions/checkout@v4 |
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.
The indentation here is not a necessary change and makes the diff harder to review
This just bumps OSes and Elixir 1.13 to OTP 25.3. Previously used versions are no longer supported by GH and https://github.com/erlef/setup-beam