Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Bump rack from 2.1.4.3 to 2.2.8.1 #70

Bump rack from 2.1.4.3 to 2.2.8.1

Bump rack from 2.1.4.3 to 2.2.8.1 #70

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.failure-allowed }}
strategy:
matrix:
ruby-version: ['2.4.1', '2.7.4', '3.0.2']
failure-allowed: [true]
include:
- ruby-version: '2.6.6'
failure-allowed: false
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: |
ruby -v
bundle exec rspec