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 the dev-ruby-dependencies group with 3 updates #509

Bump the dev-ruby-dependencies group with 3 updates

Bump the dev-ruby-dependencies group with 3 updates #509

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.2.2', '3.2.3', '3.3.0', '3.3.1', '3.4.0', '3.4.2', '3.4.3', '3.4.4' ]
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test