Skip to content

Commit

Permalink
Make the CI fail when testing on JRuby fails (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmfernandes authored Jan 19, 2024
1 parent 7a4e2dd commit 93a5e5a
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 @@ -34,7 +35,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 93a5e5a

Please sign in to comment.