Skip to content

Bump rexml from 3.2.5 to 3.2.8 #24

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #24

Workflow file for this run

name: Test
on:
pull_request: {}
push: { branches: ['master'] }
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
ruby:
- 2.7
# # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- '3.0'
- 3.1
- 3.2
# - head
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rspec
run: bundle exec rspec