Skip to content

Bump rexml from 3.2.5 to 3.2.8 #19

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #19

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 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- 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'
- name: "Setup bundle"
run: "bundle install --jobs 4 --retry 3"
- name: "Run Test Suite"
run: "bash scripts/cibuild"