We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7615a37 + 1b82ee8 commit be32fecCopy full SHA for be32fec
1 file changed
.github/workflows/test.yml
@@ -38,15 +38,15 @@ jobs:
38
run: bundle exec rake internal_investigation
39
40
jruby:
41
- name: JRuby 9.4
+ name: JRuby
42
runs-on: ubuntu-latest
43
steps:
44
- name: checkout
45
uses: actions/checkout@v5
46
- name: set up Ruby
47
uses: ruby/setup-ruby@v1
48
with:
49
- ruby-version: jruby-9.4
+ ruby-version: jruby # Latest stable JRuby version
50
bundler-cache: true
51
- name: spec
52
run: bundle exec rake spec
0 commit comments