Skip to content

chore(deps-dev): bump rexml from 3.2.5 to 3.2.8 #146

chore(deps-dev): bump rexml from 3.2.5 to 3.2.8

chore(deps-dev): bump rexml from 3.2.5 to 3.2.8 #146

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
# See https://www.ruby-lang.org/en/downloads/ for latest stable releases.
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel