Skip to content

Update actionview requirement from ~> 7.2.3 to ~> 8.1.2 #312

Update actionview requirement from ~> 7.2.3 to ~> 8.1.2

Update actionview requirement from ~> 7.2.3 to ~> 8.1.2 #312

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.3", "3.4", "4.0"]
steps:
- uses: actions/checkout@v6
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # [email protected]
with:
bundler-cache: true
- name: test
run: script/test