Skip to content

Commit

Permalink
JRuby is failing...
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 13, 2024
1 parent bcda03b commit a33e1be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- "3.2"
- "3.3"

rubygems:
- latest

experimental: [false]

include:
Expand All @@ -37,6 +40,7 @@ jobs:
experimental: true
- os: ubuntu
ruby: jruby
rubygems: default
experimental: true
- os: ubuntu
ruby: head
Expand All @@ -50,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
rubygems: latest
rubygems: ${{matrix.rubygems}}
ruby-version: ${{matrix.ruby}}
bundler-cache: true

Expand Down

0 comments on commit a33e1be

Please sign in to comment.