Skip to content

fix: Add CI #3

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

Merged
merged 2 commits into from
Nov 28, 2023
Merged

fix: Add CI #3

merged 2 commits into from
Nov 28, 2023

Conversation

filipecabaco
Copy link
Member

What kind of change does this PR introduce?

Add CI

# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
matrix:
otp: ["25.0.4"] # Define the OTP version [required]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better way for testing different otp configurations would be to have different .tool-versions files, such as .tool-versions-otp26, and then using it in the beam setup.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this change to the PR where we add asdf?

@filipecabaco filipecabaco merged commit bf90b28 into main Nov 28, 2023
@filipecabaco filipecabaco deleted the fix/setup-ci branch November 28, 2023 18:26
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