Skip to content

Bump org.hibernate.orm:hibernate-core from 6.6.9.Final to 6.6.10.Final #103

Bump org.hibernate.orm:hibernate-core from 6.6.9.Final to 6.6.10.Final

Bump org.hibernate.orm:hibernate-core from 6.6.9.Final to 6.6.10.Final #103

Workflow file for this run

name: Build PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Unshallow
run: git fetch --unshallow --quiet
- name: Build
run: mvn clean verify