Skip to content

Bump rexml from 3.2.5 to 3.2.8 (#23) #43

Bump rexml from 3.2.5 to 3.2.8 (#23)

Bump rexml from 3.2.5 to 3.2.8 (#23) #43

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [3.3, 3.4]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test