Skip to content

chore(deps): update google-protobuf requirement from ~> 3.22 to >= 3.22, < 5.0 #259

chore(deps): update google-protobuf requirement from ~> 3.22 to >= 3.22, < 5.0

chore(deps): update google-protobuf requirement from ~> 3.22 to >= 3.22, < 5.0 #259

Workflow file for this run

name: Local Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.0', '3.0.4', '3.1.0', '3.2.0' ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake