Skip to content

Bump the all group with 2 updates (#496) #80

Bump the all group with 2 updates (#496)

Bump the all group with 2 updates (#496) #80

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
ruby: [2.7, 3.0, 3.1, 3.2, 3.3]
handler: [nokogiri, ox, oga]
exclude:
- { ruby: jruby, handler: ox }
name: >-
${{matrix.os}}-ruby-${{matrix.ruby}}-${{matrix.handler}}
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.ruby == 'head' || matrix.ruby == 'jruby'}}
env:
HANDLER: ${{matrix.handler}}
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up ruby and bundle
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run rake
run: |
bundle exec rake