Skip to content

Merge pull request #1115 from hmzasif/move-7.0.9-to-unreleased #308

Merge pull request #1115 from hmzasif/move-7.0.9-to-unreleased

Merge pull request #1115 from hmzasif/move-7.0.9-to-unreleased #308

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
- run: bundle exec rake