Skip to content

Bump rack from 2.2.3.1 to 2.2.8.1 in /example #38

Bump rack from 2.2.3.1 to 2.2.8.1 in /example

Bump rack from 2.2.3.1 to 2.2.8.1 in /example #38

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version:
- "2.7"
- "3.0"
- "3.1"
- "head"
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 rake test