Skip to content

bump patch version to 0.32.3 #480

bump patch version to 0.32.3

bump patch version to 0.32.3 #480

Workflow file for this run

# This workflow runs RSpec tests
name: RSpec
on: [push]
jobs:
test:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rspec -f d