Skip to content

Bump minimum Ruby version to 3.3 #8

Bump minimum Ruby version to 3.3

Bump minimum Ruby version to 3.3 #8

Workflow file for this run

name: Tests
on:
push:
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rspec