Skip to content

Commit

Permalink
skip jruby-9.4 with rails > 7.0 with AR, not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Oct 16, 2024
1 parent 8e434dd commit de5c41f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
rails: main
- ruby: "3.1"
rails: main
- ruby: jruby-9.4 # no jdbc-adapter > 70.x
rails: "7.1"
orm: active_record
- ruby: jruby-9.4 # no jdbc-adapter > 70.x
rails: "7.2"
orm: active_record
- ruby: ruby-head
orm: mongoid
- rails: main
Expand Down

0 comments on commit de5c41f

Please sign in to comment.