Skip to content

bump to 3.0.5

bump to 3.0.5 #154

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby-version: [2.7.8]
experimental: [false]
include:
- ruby-version: 3.0
experimental: true
- ruby-version: 3.1
experimental: true
- ruby-version: 3.2
experimental: true
steps:
- uses: actions/checkout@v4
with:
show-progress: 'false'
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- run: bundle exec appraisal install
- run: bundle exec appraisal rake test