1 parent 24eb945 commit e4bc4aaCopy full SHA for e4bc4aa
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- ruby: [2.7, 3.0, jruby] # truffleruby
+ ruby: [2.7, 3.0] # truffleruby, jruby
18
mongoid: [7]
19
experimental: [false]
20
include:
@@ -45,9 +45,9 @@ jobs:
45
- ruby: head
46
mongoid: 7
47
experimental: true
48
- - ruby: jruby-head
49
- mongoid: 7
50
- experimental: true
+ # - ruby: jruby-head
+ # mongoid: 7
+ # experimental: true
51
# - ruby: truffleruby-head
52
# mongoid: 7
53
# experimental: true
0 commit comments