Skip to content
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

Update GitHub Action based CI workflow #2113

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

larouxn
Copy link
Contributor

@larouxn larouxn commented Jan 10, 2024

Update GitHub Action based CI workflow, primarily to support Ruby 3.3.0 (#2110) but also for the general long term health of the project/repo. This PR does the following.

The last one should fix CI for Ruby 3.3.0 which is currently failing due to only having access to up to 3.3.0-preview2, likely due to the version of ruby/setup-ruby.

Note, usually I don't lock versions so we very well could use actions/checkout@4 and ruby/setup-ruby just like so but such could unexpectedly break at some point so I went with a more conservative approach akin to what was already in place.

@larouxn larouxn marked this pull request as ready for review January 10, 2024 10:36
@larouxn larouxn requested a review from a team as a code owner January 10, 2024 10:36
Copy link
Contributor

@ojeytonwilliams ojeytonwilliams left a comment

Choose a reason for hiding this comment

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

Thanks @larouxn, this all LGTM 👍

@ojeytonwilliams ojeytonwilliams merged commit e190cd9 into freeCodeCamp:main Jan 10, 2024
1 check passed
@larouxn larouxn deleted the update_test_github_action branch January 10, 2024 22:29
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.

None yet

2 participants