Skip to content

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

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

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

Workflow file for this run

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