Skip to content

chore(deps): update react monorepo to v19 #7336

chore(deps): update react monorepo to v19

chore(deps): update react monorepo to v19 #7336

Workflow file for this run

name: test-ruby
permissions: {}
on:
push:
branches:
- main
- renovate/**
paths:
- ruby/**
- .github/**
- Makefile
pull_request:
branches:
- main
paths:
- ruby/**
- .github/**
- Makefile
jobs:
test-ruby:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby: ['3.1', '3.2', '3.3', '3.4', '3.5']
include:
- os: macos-latest
ruby: '3.4'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./.github/actions/prepare
- uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
working-directory: ruby
- run: bundle exec rake
working-directory: ruby