Skip to content

Commit

Permalink
CI JRuby: drop JRuby version
Browse files Browse the repository at this point in the history
revert to an older JRuby
  • Loading branch information
fallwith committed Nov 22, 2023
1 parent ac9c6a4 commit 404f85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install JRuby
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # tag v1.160.0
with:
ruby-version: jruby-9.4.5.0
ruby-version: jruby-9.4.3.0

- name: Bundle
run: bundle install
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install JRuby
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # tag v1.160.0
with:
ruby-version: jruby-9.4.5.0
ruby-version: jruby-9.4.3.0

- name: Bundle
run: bundle install
Expand Down

0 comments on commit 404f85e

Please sign in to comment.