Skip to content

Update prism requirement from ~> 0.24.0 to >= 0.24, < 0.28 #40

Update prism requirement from ~> 0.24.0 to >= 0.24, < 0.28

Update prism requirement from ~> 0.24.0 to >= 0.24, < 0.28 #40

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Run setup
run: bin/setup
- name: Run the default task
run: bundle exec rake
- name: Run steep check
run: bundle exec steep check