Skip to content

Commit 3d67fae

Browse files
committed
Fix CI for 3.x
1 parent 4a28ed5 commit 3d67fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches: ['2.*']
4+
branches: ['3.*']
55
paths-ignore:
66
- "README.md"
77
- "release-notes/*"
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
# Hibernate 7 requires Java 17+
22-
java_version: [ '17', '21' ]
22+
java_version: [ '17', '21', '25' ]
2323
env:
2424
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2525
steps:

0 commit comments

Comments
 (0)