Skip to content

Increment version to 0.4.0 #8

Increment version to 0.4.0

Increment version to 0.4.0 #8

Workflow file for this run

name: RSpec
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['3.3']
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