Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

fix(deps): update zeebe.version to v8.6.0 #2735

fix(deps): update zeebe.version to v8.6.0

fix(deps): update zeebe.version to v8.6.0 #2735

Workflow file for this run

name: Build via Maven and run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- name: Build with Maven
run: mvn verify -PcheckFormat -B