Skip to content

stator 0.7.0: Bump to Ruby 3.3.7 as default, test vs 3.2 and 3.3 #104

stator 0.7.0: Bump to Ruby 3.3.7 as default, test vs 3.2 and 3.3

stator 0.7.0: Bump to Ruby 3.3.7 as default, test vs 3.2 and 3.3 #104

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [3.2, 3.3]
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 rspec