Skip to content

Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directory #72

Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directory

Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directory #72

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: latest
- name: Ruby Tests
run: bundle exec rake test
- name: RuboCop
run: bundle exec rubocop