Skip to content

Add blog post about Ruby < 2.7 deprecation #258

Add blog post about Ruby < 2.7 deprecation

Add blog post about Ruby < 2.7 deprecation #258

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Ruby 3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run tests
run: bundle exec rake test