Skip to content

Bump ruby/setup-ruby from 1.316.0 to 1.319.0 #126

Bump ruby/setup-ruby from 1.316.0 to 1.319.0

Bump ruby/setup-ruby from 1.316.0 to 1.319.0 #126

Workflow file for this run

name: Ruby
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1', '3.2', '3.3', '3.4', '4.0' ]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600
with:
ruby-version: ${{ matrix.ruby }}
- name: Build and test
run: |
bundle install --jobs 4 --retry 3
find ./spec/fixtures -type f -exec chmod 600 -- {} +
bundle exec rspec