Skip to content

Merge pull request #201 from matthewshafer/mocha-2 #95

Merge pull request #201 from matthewshafer/mocha-2

Merge pull request #201 from matthewshafer/mocha-2 #95

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Run Tests
run: ./test.sh