Skip to content

Bump ruby/setup-ruby from 1.235.0 to 1.254.0 #92

Bump ruby/setup-ruby from 1.235.0 to 1.254.0

Bump ruby/setup-ruby from 1.235.0 to 1.254.0 #92

Workflow file for this run

---
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
os: ["ubuntu-latest", "macos-latest"]
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rake lint
- run: bundle exec rake examples