Skip to content

build(deps-dev): bump com.google.api:gax-grpc from 2.36.0 to 2.48.0 #190

build(deps-dev): bump com.google.api:gax-grpc from 2.36.0 to 2.48.0

build(deps-dev): bump com.google.api:gax-grpc from 2.36.0 to 2.48.0 #190

Workflow file for this run

on:
pull_request:
name: units
jobs:
ubuntu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{matrix.java}}
- run: java -version
- run: mvn -B test