Skip to content

Commit

Permalink
Merge pull request #986 from basecamp/rails-8-requires-ruby-3.2
Browse files Browse the repository at this point in the history
Rails 8 doesn't support Ruby 3.1
  • Loading branch information
djmb authored Sep 27, 2024
2 parents 8c32e6a + 14d0396 commit 5036f88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
gemfile:
- Gemfile
- gemfiles/rails_edge.gemfile
exclude:
- ruby-version: "3.1"
gemfile: gemfiles/rails_edge.gemfile
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
runs-on: ubuntu-latest
continue-on-error: true
Expand Down

0 comments on commit 5036f88

Please sign in to comment.