Skip to content

Allow Associated Objects to extend their Active Record #91

Allow Associated Objects to extend their Active Record

Allow Associated Objects to extend their Active Record #91

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.2.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/redis-github-action@1.8.0
with:
redis-version: 4
- name: Tests
run: bin/test