Skip to content

Commit

Permalink
[CI] Adds jruby 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 5, 2024
1 parent 6b397f3 commit 4cef060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
RAILS_VERSIONS: '5.0,6.0'
strategy:
fail-fast: false
matrix:
ruby: [ 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +32,7 @@ jobs:
stack-version: 7.17-SNAPSHOT
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.3
ruby-version: ${{ matrix.ruby }}
- name: Bundle
run: |
gem install bundler
Expand Down

0 comments on commit 4cef060

Please sign in to comment.