Skip to content

Bump rexml from 3.2.8 to 3.3.6 #50

Bump rexml from 3.2.8 to 3.3.6

Bump rexml from 3.2.8 to 3.3.6 #50

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruby:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake