Skip to content

chore(deps): bump peter-evans/repository-dispatch from 1 to 2 #22

chore(deps): bump peter-evans/repository-dispatch from 1 to 2

chore(deps): bump peter-evans/repository-dispatch from 1 to 2 #22

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7","3.0","3.1","3.2"]
os: ["ubuntu-latest","windows-latest","macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- run: "bundle install"
- run: "bundle exec rspec"