Skip to content

Bump ruby/setup-ruby from 1.159.0 to 1.160.0 #64

Bump ruby/setup-ruby from 1.159.0 to 1.160.0

Bump ruby/setup-ruby from 1.159.0 to 1.160.0 #64

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request_target:
types: [labeled]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- 'head'
steps:
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1.160.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake