Skip to content

Commit

Permalink
Update jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed May 7, 2023
1 parent 761da14 commit 2ae4afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', jruby-9.2]
ruby: ['2.6', '2.7', '3.0', '3.1', jruby-9.4]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test:3.1:

test:jruby:
extends: .tests
image: 'jruby:9.2-jre'
image: 'jruby:9.4-jre'

coverage:
image: 'ruby:3.1'
Expand Down

0 comments on commit 2ae4afe

Please sign in to comment.