Skip to content

Commit

Permalink
Make the CI fail when testing on JRuby fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmfernandes committed Jan 17, 2024
1 parent d2f080c commit 5eda9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- macos

ruby:
- "jruby"
- "2.7"
- "3.0"
- "3.1"
Expand All @@ -33,7 +34,7 @@ jobs:
ruby: truffleruby
experimental: true
- os: ubuntu
ruby: jruby
ruby: jruby-head
experimental: true
- os: ubuntu
ruby: head
Expand Down

0 comments on commit 5eda9e3

Please sign in to comment.