Skip to content

Commit e4bc4aa

Browse files
committed
Comment out jruby.
1 parent 24eb945 commit e4bc4aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
ruby: [2.7, 3.0, jruby] # truffleruby
17+
ruby: [2.7, 3.0] # truffleruby, jruby
1818
mongoid: [7]
1919
experimental: [false]
2020
include:
@@ -45,9 +45,9 @@ jobs:
4545
- ruby: head
4646
mongoid: 7
4747
experimental: true
48-
- ruby: jruby-head
49-
mongoid: 7
50-
experimental: true
48+
# - ruby: jruby-head
49+
# mongoid: 7
50+
# experimental: true
5151
# - ruby: truffleruby-head
5252
# mongoid: 7
5353
# experimental: true

0 commit comments

Comments
 (0)