Skip to content

Commit

Permalink
Merge pull request #9 from kzkn/fix-ci-20241009
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
kzkn authored Oct 9, 2024
2 parents 950bd45 + e72e09b commit 703abc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
rails_version: [6.1.0, 7.0.0, 7.1.0, 7.2.0, main]
ruby_version: ['3.3', '3.2', '3.1', '3.0']
exclude:
- { ruby_version: '3.1', rails_version: main }
- { ruby_version: '3.0', rails_version: main }
- { ruby_version: '3.0', rails_version: 7.2.0 }

Expand Down

0 comments on commit 703abc2

Please sign in to comment.