Skip to content

Ruby 3.4.3にアップグレードした #108

Ruby 3.4.3にアップグレードした

Ruby 3.4.3にアップグレードした #108

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Build and test with Rake
run: |
bundle install --jobs 4 --retry 3
bundle exec rake