Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update CI #882

wants to merge 1 commit into from

Conversation

solnic
Copy link
Collaborator

@solnic solnic commented Apr 18, 2025

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

@solnic solnic requested review from whatyouhide and savhappy April 18, 2025 15:09
@whatyouhide
Copy link
Collaborator

LMK when this is ready for review

@solnic solnic marked this pull request as ready for review April 18, 2025 18:42
@solnic
Copy link
Collaborator Author

solnic commented Apr 18, 2025

LMK when this is ready for review

@whatyouhide now 🙃

Copy link
Collaborator

@whatyouhide whatyouhide left a 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.

Comment on lines +25 to +26
- elixir: "1.18"
otp: "27.2"
Copy link
Collaborator

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"
Copy link
Collaborator

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
Copy link
Collaborator

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?

Comment on lines +42 to +43
- name: Check out this repository
uses: actions/checkout@v4
Copy link
Collaborator

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 ☹️ Maybe we can split it up into a separate PR, because it's going to pollute the blame if someone needs to debug this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants