Skip to content

Merge pull request #407 from github/dependabot/github_actions/ncipoll… #315

Merge pull request #407 from github/dependabot/github_actions/ncipoll…

Merge pull request #407 from github/dependabot/github_actions/ncipoll… #315

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