Skip to content

- bootsnap: compat with newer versions #51

- bootsnap: compat with newer versions

- bootsnap: compat with newer versions #51

Workflow file for this run

name: JRuby Build
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
jruby-test:
timeout-minutes: 20
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
CI: true
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby
bundler-cache: true
- name: Run MSpec
run: bundle exec bin/mspec