Skip to content

Merge pull request #59 from Shopify/dependabot/github_actions/ruby/se… #260

Merge pull request #59 from Shopify/dependabot/github_actions/ruby/se…

Merge pull request #59 from Shopify/dependabot/github_actions/ruby/se… #260

Workflow file for this run

name: Ruby
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake