Skip to content

Update gem version to 0.3.1 #13

Update gem version to 0.3.1

Update gem version to 0.3.1 #13

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
name: test on Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: |
bundle exec rake test
env:
LIVE_TEST: 1