Skip to content

Commit

Permalink
Skip JRuby due to Logger::INFO issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Sep 18, 2023
1 parent ba302e5 commit c23c4e4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, 3.0, 3.1, 3.2, jruby, truffleruby]
ruby: [2.7, 3.0, 3.1, 3.2, truffleruby]
mongoid: [7, 8]
experimental: [false]
include:
Expand All @@ -24,6 +24,15 @@ jobs:
- ruby: jruby-head
mongoid: 8
experimental: true
- ruby: jruby
mongoid: 7
experimental: true
- ruby: jruby
mongoid: 8
experimental: true
- ruby: jruby-head
mongoid: 8
experimental: true
- ruby: truffleruby-head
mongoid: 8
experimental: true
Expand Down

0 comments on commit c23c4e4

Please sign in to comment.