Skip to content

Update jruby version #18

Update jruby version

Update jruby version #18

Workflow file for this run

---
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', jruby-9.4]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Install libtidy-dev
run: sudo apt-get install libtidy-dev
- name: Install dependencies
run: bundle install -j 3
- name: Run tests
run: bundle exec rake