Skip to content

Update actions/checkout action to v4 #21

Update actions/checkout action to v4

Update actions/checkout action to v4 #21

name: build-ruby-gem
on:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
fail-fast: true
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.3
steps:
- uses: actions/checkout@v4
- name: 'Test ruby gem action'
uses: ./build-ruby-gem
with:
workdir: build-ruby-gem/test
ruby: ${{ matrix.ruby }}