Skip to content

Bump ruby/setup-ruby from 1.278.0 to 1.293.0 #95

Bump ruby/setup-ruby from 1.278.0 to 1.293.0

Bump ruby/setup-ruby from 1.278.0 to 1.293.0 #95

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.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