Skip to content

Bump rexml from 3.2.5 to 3.3.3 #72

Bump rexml from 3.2.5 to 3.3.3

Bump rexml from 3.2.5 to 3.3.3 #72

Workflow file for this run

name: Ruby
on:
pull_request: ~
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # Run "bundle install", and cache the result automatically.
- name: Run tests
run: |
bundle exec rake test