Skip to content

Bump ruby/setup-ruby from 1.235.0 to 1.270.0 #106

Bump ruby/setup-ruby from 1.235.0 to 1.270.0

Bump ruby/setup-ruby from 1.235.0 to 1.270.0 #106

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@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rake lint
- run: bundle exec rake examples