Skip to content

Bump rexml from 3.3.9 to 3.4.2 #76

Bump rexml from 3.3.9 to 3.4.2

Bump rexml from 3.3.9 to 3.4.2 #76

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
ci:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: 'Update Rubygems & Bundler'
run: 'gem update --system --no-document && gem update bundler --no-document'
- name: 'Install Bundler 2'
run: 'gem install bundler -v "2.0.1" --force'
- run: 'bundle install'
- run: 'bundle exec rake test-weekly'