Skip to content

Extend tests matrix ruby versions #3

Extend tests matrix ruby versions

Extend tests matrix ruby versions #3

Workflow file for this run

name: Rspec
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [3.0, 3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rspec
run: bundle exec rspec