Skip to content

Bump rack from 3.2.0 to 3.2.2 in the bundler group across 1 directory #195

Bump rack from 3.2.0 to 3.2.2 in the bundler group across 1 directory

Bump rack from 3.2.0 to 3.2.2 in the bundler group across 1 directory #195

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v5
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # [email protected]
with:
bundler-cache: true
- name: test
run: script/test