Skip to content

Merge pull request #109 from evolve75/dependabot/bundler/rexml-3.3.9 #94

Merge pull request #109 from evolve75/dependabot/bundler/rexml-3.3.9

Merge pull request #109 from evolve75/dependabot/bundler/rexml-3.3.9 #94

Workflow file for this run

# Build and test the RubyTree library.
#
# This runs as a Github Action.
name: Build and Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake clobber test:all gem:package