Skip to content

Update rake requirement from ~> 10.0 to ~> 12.3 #9

Update rake requirement from ~> 10.0 to ~> 12.3

Update rake requirement from ~> 10.0 to ~> 12.3 #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '3.4'
steps:
- uses: actions/checkout@v4
- name: set up ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: rspec
run: bundle exec rspec