Skip to content

Update Ruby version to 3.4.2 in .ruby-version and .tool-versions #12

Update Ruby version to 3.4.2 in .ruby-version and .tool-versions

Update Ruby version to 3.4.2 in .ruby-version and .tool-versions #12

Workflow file for this run

name: RSpec
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec