Skip to content

chore: Ruby 3.3 floor, modern GHA, add test workflow #1

chore: Ruby 3.3 floor, modern GHA, add test workflow

chore: Ruby 3.3 floor, modern GHA, add test workflow #1

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.3", "3.4"]
env:
INTERSCRIPT_GEM_VERSION: "0.1.9"
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec