Skip to content

feat: drop ruby 2.7 support; add ruby 3.3 support (#55) #147

feat: drop ruby 2.7 support; add ruby 3.3 support (#55)

feat: drop ruby 2.7 support; add ruby 3.3 support (#55) #147

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake