Skip to content

Compatibility with Rack 3.1 #158

Compatibility with Rack 3.1

Compatibility with Rack 3.1 #158

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.3']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: ./script/test