Skip to content

Bump ncipollo/release-action from 1.14.0 to 1.15.0 #8

Bump ncipollo/release-action from 1.14.0 to 1.15.0

Bump ncipollo/release-action from 1.14.0 to 1.15.0 #8

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.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v4
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # [email protected]
with:
bundler-cache: true
- name: test
run: script/test