Skip to content

Support return types of #pluck (single argument only) #375

Support return types of #pluck (single argument only)

Support return types of #pluck (single argument only) #375

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