Skip to content

Fix 0.9.5 incorrect jar_installer reference & CI #8

Fix 0.9.5 incorrect jar_installer reference & CI

Fix 0.9.5 incorrect jar_installer reference & CI #8

Workflow file for this run

name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [jruby-9.4, jruby-10.0]
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle
- run: bundle exec rake specs