Skip to content

Bump rack from 2.2.22 to 2.2.23 #17

Bump rack from 2.2.22 to 2.2.23

Bump rack from 2.2.22 to 2.2.23 #17

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.2
- 3.3
- 3.4
name: "Tests: Ruby ${{ matrix.ruby }}"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Test
run: bundle exec rspec