Skip to content

Bump rexml from 3.2.6 to 3.2.8 #718

Bump rexml from 3.2.6 to 3.2.8

Bump rexml from 3.2.6 to 3.2.8 #718

Workflow file for this run

---
name: Ruby
'on':
push:
branches:
- main
pull_request:
jobs:
Ruby-CI:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle install
- name: Run tests
run: bundle exec rake
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
file: coverage/coverage.xml