Skip to content

Update catalog-info.yml #5

Update catalog-info.yml

Update catalog-info.yml #5

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, 3.0, 3.1, 3.2]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec spec