Skip to content

fix(deps): update hibernate core to v7 (major) #2489

fix(deps): update hibernate core to v7 (major)

fix(deps): update hibernate core to v7 (major) #2489

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 21 ]
steps:
- uses: actions/checkout@v5
- name: set up JDK ${{ matrix.java }}
uses: actions/setup-java@v5
with:
java-version: ${{ matrix.java }}
distribution: zulu
cache: "gradle"
- name: Run Build
run: ./gradlew build