Skip to content

Bump rack from 2.2.6.4 to 2.2.8.1 #48

Bump rack from 2.2.6.4 to 2.2.8.1

Bump rack from 2.2.6.4 to 2.2.8.1 #48

Workflow file for this run

name: Ruby CI
on:
workflow_call:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{matrix.ruby}}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec