Skip to content

Update protobuf.version to v4 (major) #727

Update protobuf.version to v4 (major)

Update protobuf.version to v4 (major) #727

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: maven
- name: ⭐ Test Build ⭐
run: mvn clean install -q -B