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

CI against Ruby 3.3 #2744

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', jruby ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', jruby ]
gemfile: [ gemfiles/rails-7-0.gemfile ]
experimental: [ false ]
include:
Expand All @@ -18,10 +18,10 @@ jobs:
- ruby: '2.6'
gemfile: gemfiles/rails-6-1.gemfile
experimental: false
- ruby: '3.2'
- ruby: '3.3'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems that the latest Ruby was specified. So I updated here and L24 too.

gemfile: gemfiles/rails-7-1.gemfile
experimental: false
- ruby: '3.2'
- ruby: '3.3'
gemfile: gemfiles/rails-main.gemfile
experimental: true
- ruby: ruby-head
Expand Down