File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
269269270270 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 }}
You can’t perform that action at this time.
0 commit comments