Skip to content

Bump ruby/setup-ruby from 1.257.0 to 1.267.0 #57

Bump ruby/setup-ruby from 1.257.0 to 1.267.0

Bump ruby/setup-ruby from 1.257.0 to 1.267.0 #57

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Ruby
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run setup commands
run: pushd test/fixtures/coffee && npm install && popd
- name: Run tests
run: script/test