Skip to content

Merge pull request #403 from github/bump-version #297

Merge pull request #403 from github/bump-version

Merge pull request #403 from github/bump-version #297

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@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # pin@v1.292.0
with:
bundler-cache: true
- name: test
run: script/test