Skip to content

Commit 4e8ba8b

Browse files
committed
Omit JRuby 10 in the CI
1 parent ee765b7 commit 4e8ba8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0]
5353
env: [KITCHEN_SINK, CRT]
5454

55+
exclude:
56+
# Jruby 10 is expected to fail until fix is live: https://github.com/jruby/jruby/issues/8847
57+
- ruby: jruby-10.0
58+
env: CRT
59+
- ruby: jruby-10.0
60+
env: KITCHEN_SINK
61+
5562
steps:
5663
- name: Setup Ruby
5764
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)