WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump ruby/setup-ruby from 1.254.0 to 1.255.0 in the github-actions group #230

Bump ruby/setup-ruby from 1.254.0 to 1.255.0 in the github-actions group

Bump ruby/setup-ruby from 1.254.0 to 1.255.0 in the github-actions group #230

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1' ]
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: rspec tests
run: script/test -d -k