Skip to content

build(deps): bump actions/checkout from 4 to 7 #4

build(deps): bump actions/checkout from 4 to 7

build(deps): bump actions/checkout from 4 to 7 #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ["3.1", "3.3"]
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Test
run: bundle exec rspec