Skip to content

Restrict multi_xml version on Ruby 3.0 or lower #36

Restrict multi_xml version on Ruby 3.0 or lower

Restrict multi_xml version on Ruby 3.0 or lower #36

Workflow file for this run

name: Run jobs on every PR
on:
pull_request:
jobs:
build:
strategy:
matrix:
ruby_version:
- 2.6
- 2.7
# - 3.0 # needs to upgrade fastlane and activesupport else
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- run: gem update --system 3.4.22 # The latest of Ruby 2.x support
- run: bundle exec rake