Skip to content

Override types of CollectionProxy #384

Override types of CollectionProxy

Override types of CollectionProxy #384

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['3.2', '3.3', head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bin/setup
- run: bundle exec rake