Skip to content

Bump ruby/setup-ruby from 1.161.0 to 1.162.0 #71

Bump ruby/setup-ruby from 1.161.0 to 1.162.0

Bump ruby/setup-ruby from 1.161.0 to 1.162.0 #71

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/[email protected]
with:
persist-credentials: false
- uses: ruby/[email protected]
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake