Skip to content

Merge pull request #51 from n-rodriguez/wip/ruby_head #10

Merge pull request #51 from n-rodriguez/wip/ruby_head

Merge pull request #51 from n-rodriguez/wip/ruby_head #10

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", jruby-9.3, jruby-9.4]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake