зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
fix: Exclude Ruby 3.0 + Rails 7.2 combination from CI matrix
Rails 7.2 requires Ruby 3.1+ according to its gemspec, so the combination of Ruby 3.0 with Rails 7.2 is invalid and causes bundler conflicts. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Этот коммит содержится в:
3
.github/workflows/ci.yml
поставляемый
3
.github/workflows/ci.yml
поставляемый
@@ -29,6 +29,9 @@ jobs:
|
||||
gemfile: rails_8.0_active_admin_4.x
|
||||
- ruby: '3.1'
|
||||
gemfile: rails_8.0_active_admin_4.x
|
||||
# Rails 7.2 requires Ruby 3.1+
|
||||
- ruby: '3.0'
|
||||
gemfile: rails_7.2_active_admin_3.x
|
||||
# ActiveAdmin 4 requires Ruby 3.2+
|
||||
- ruby: '3.0'
|
||||
gemfile: rails_7.2_active_admin_4.x
|
||||
|
||||
Ссылка в новой задаче
Block a user