Skip to content

Commit

Permalink
Skip testing JRuby 9.x + Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Dec 31, 2024
1 parent 6af4755 commit 61102b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
- ruby-version: 3.4
gemfile: rails80_gems.rb
experimental: false
# JRuby 9.x is Ruby 3.1 compatible, and Rails 8 requires Ruby 3.2.
- ruby-version: jruby
gemfile: rails80_gems.rb
experimental: false
include:
- ruby-version: 3.4
gemfile: edge_gems.rb
Expand Down

0 comments on commit 61102b6

Please sign in to comment.