Skip to content

Rename :auto_wire option in Nested() to :static. #210

Rename :auto_wire option in Nested() to :static.

Rename :auto_wire option in Nested() to :static. #210

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', '3.1', '3.2', "3.3", "head", 'jruby']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake