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

Run CI against latest stable Ruby #452

Merged
merged 4 commits into from
Jul 28, 2023
Merged

Conversation

eoinkelly
Copy link
Contributor

@eoinkelly eoinkelly commented Jul 23, 2023

Rails 7.0 supports Ruby 3.2.x (latest stable Ruby) so it makes sense that we should run our CI against it rather than 3.0.x

Closes #444
Closes #453

@eoinkelly eoinkelly requested review from G-Rath and a team July 23, 2023 19:26
@@ -124,7 +124,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.0'
ruby-version: '3.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be 'ruby' which is the latest stable release

@eoinkelly eoinkelly merged commit 6b2e1b5 into main Jul 28, 2023
21 checks passed
@eoinkelly eoinkelly deleted the issue-445-run-ci-against-ruby-3-2 branch July 28, 2023 00:43
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.

don't need webdrivers gem any more Support Ruby 3.2
3 participants