Skip to content

[DEVX-4839] Bump rexml and rubocop (#16) #66

[DEVX-4839] Bump rexml and rubocop (#16)

[DEVX-4839] Bump rexml and rubocop (#16) #66

Workflow file for this run

name: Ruby
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Run the default task
run: |
gem install bundler -v 2.2.7
bundle install
bundle exec rake