Skip to content

Bump actionpack from 7.1.4.1 to 7.1.5.1 (#17) #67

Bump actionpack from 7.1.4.1 to 7.1.5.1 (#17)

Bump actionpack from 7.1.4.1 to 7.1.5.1 (#17) #67

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "3.1.6"
- "3.2.4"
- "3.3.3"
steps:
- uses: actions/checkout@v3
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bin/test