Skip to content

Bump rexml from 3.3.2 to 3.3.3 in the bundler group #418

Bump rexml from 3.3.2 to 3.3.3 in the bundler group

Bump rexml from 3.3.2 to 3.3.3 in the bundler group #418

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [3.1, 3.2, 3.3, head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rspec