Skip to content

build(deps): update activesupport requirement from >= 5.2, < 7.0 to >= 5.2, < 8.0 #142

build(deps): update activesupport requirement from >= 5.2, < 7.0 to >= 5.2, < 8.0

build(deps): update activesupport requirement from >= 5.2, < 7.0 to >= 5.2, < 8.0 #142

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
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 --backtrace
- name: Run linting
run: bundle exec rubocop