Skip to content

Document 3.2.x and 3.3.x changes. #674

Document 3.2.x and 3.3.x changes.

Document 3.2.x and 3.3.x changes. #674

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and test against Neo4j 5
runs-on: ubuntu-latest
env:
NEO4J_OGM_NEO4J_ACCEPT_AND_USE_COMMERCIAL_EDITION: yes
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run Maven build
run: >
./mvnw --no-transfer-progress clean verify