Skip to content

Bump actionview from 7.1.4.1 to 7.1.4.2 #449

Bump actionview from 7.1.4.1 to 7.1.4.2

Bump actionview from 7.1.4.1 to 7.1.4.2 #449

Workflow file for this run

name: CI
permissions:
contents: read
on: pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby_version: ["3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- name: Set up Ruby
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0
with:
bundler-cache: true
rubygems: latest
- name: Run tests
run: bundle exec rake