Skip to content

Bump actions/checkout from 3 to 4 #36

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #36

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.0.2'
- '3.1.2'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Set up Redis 4
uses: supercharge/[email protected]
with:
redis-version: 4
- name: Tests
run: bin/test