Skip to content

Bump rack from 3.0.9.1 to 3.0.12 in /example (#16) #54

Bump rack from 3.0.9.1 to 3.0.12 in /example (#16)

Bump rack from 3.0.9.1 to 3.0.12 in /example (#16) #54

Workflow file for this run

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