Skip to content

Commit 7f17f93

Browse files
committed
fix
1 parent 4056451 commit 7f17f93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ jobs:
129129
.gradle/wrapper
130130
# refresh cache every month to avoid unlimited growth
131131
key: gradle-db-${{ matrix.db }}-${{ steps.get-date.outputs.yearmonth }}
132-
- name: Set up JDK 11
132+
- name: Set up JDK 17
133133
uses: actions/[email protected]
134134
with:
135135
distribution: 'temurin'
136-
java-version: 11
136+
java-version: 17
137137
- name: Print the effective ORM version used
138138
run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core
139139
- name: Build and Test with ${{ matrix.db }}
@@ -201,14 +201,14 @@ jobs:
201201
- name: Export path to JDK ${{ matrix.java.name }}
202202
id: testjdk-exportpath
203203
run: echo "::set-output name=path::${JAVA_HOME}"
204-
# Always use JDK 11 to build the main code: that's what we use for releases.
205-
- name: Set up JDK 11
204+
# Always use JDK 17 to build the main code: that's what we use for releases.
205+
- name: Set up JDK 17
206206
uses: actions/[email protected]
207207
with:
208208
distribution: 'temurin'
209-
java-version: 11
209+
java-version: 17
210210
check-latest: true
211-
- name: Export path to JDK 11
211+
- name: Export path to JDK 17
212212
id: mainjdk-exportpath
213213
run: echo "::set-output name=path::${JAVA_HOME}"
214214
- name: Display exact version of JDK ${{ matrix.java.name }}

0 commit comments

Comments
 (0)