Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Gem restrictions and includes for ROXML on modern rubies #18

Gem restrictions and includes for ROXML on modern rubies

Gem restrictions and includes for ROXML on modern rubies #18

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle install
- run: bundle exec rake