Skip to content

Bump rexml from 3.3.4 to 3.3.6 #742

Bump rexml from 3.3.4 to 3.3.6

Bump rexml from 3.3.4 to 3.3.6 #742

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.1', '3.2', '3.3', '3.4']
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