Skip to content

Commit 107b2d6

Browse files
committed
fix
1 parent eedc3e9 commit 107b2d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
if: ${{ !startsWith( inputs.branch, 'wip/2' ) }}
155155
with:
156156
distribution: 'temurin'
157-
java-version: 11
157+
java-version: 17
158158
- name: Print the effective ORM version used
159159
run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core
160160
- name: Build and Test with ${{ matrix.db }}
@@ -269,10 +269,10 @@ jobs:
269269
uses: actions/[email protected]
270270
with:
271271
distribution: 'temurin'
272-
java-version: 11
272+
java-version: 17
273273
check-latest: true
274274
if: ${{ !startsWith( inputs.branch, 'wip/2' ) }}
275-
- name: Export path to JDK 11
275+
- name: Export path to JDK ${{ matrix.java.name }}
276276
id: mainjdk-exportpath
277277
run: echo "::set-output name=path::${JAVA_HOME}"
278278
- name: Display exact version of JDK ${{ matrix.java.name }}

0 commit comments

Comments
 (0)