Skip to content

Add block form for verb methods that auto-closes the connection #84

Add block form for verb methods that auto-closes the connection

Add block form for verb methods that auto-closes the connection #84

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
BUNDLE_WITHOUT: "development"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ ruby-3.2, ruby-3.3, ruby-3.4, ruby-4.0 ]
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: bundle exec rake test
run: bundle exec rake test