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>
Этот коммит содержится в:
Gleb Tv
2025-09-24 13:40:57 +03:00
родитель 74cbb7853d
Коммит c7a2fec052

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