Skip to content

BioRuby 2.0.6 is released #12

BioRuby 2.0.6 is released

BioRuby 2.0.6 is released #12

Workflow file for this run

#
# References: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby
on:
push:
branches: [ "master", "incoming" ]
pull_request:
branches: [ "master", "incoming" ]
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake