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 Rails 7.2 #2755

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

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Oct 2, 2024

This PR adds Rails 7.2 to the CI matrix to confirm carrierwave working with Rails 7.2.

Currently, the latest Rails runs against only the latest Ruby and the previous Rails version runs against multiple Rubies. So I updated the matrix to follow it.

@y-yagi y-yagi force-pushed the ci-against-rails72 branch 2 times, most recently from b0eb0cd to 34fe857 Compare October 2, 2024 03:33
@@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', jruby ]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed this because activerecord-jdbc-adapter doesn't support Rails 7.1 yet
jruby/activerecord-jdbc-adapter#1146

Instead of this, I added to the matrix for JRuby + gemfiles/rails-7-0.gemfile.

@y-yagi y-yagi marked this pull request as ready for review October 2, 2024 03:42
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.

1 participant