Skip to content

Commit

Permalink
[CI] Rails 8.0 doesn't support Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 13, 2025
1 parent 283801b commit deb7246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
rails_version: '5.2'
bundler_version: '1'

exclude:
- ruby_version: '3.1'
rails_version: '8.0'

env:
RAILS_VERSION: ${{ matrix.rails_version }}

Expand Down

0 comments on commit deb7246

Please sign in to comment.