-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,11 +94,11 @@ jobs: | |
.gradle/wrapper | ||
# refresh cache every month to avoid unlimited growth | ||
key: gradle-examples-${{ matrix.db }}-${{ steps.get-date.outputs.yearmonth }} | ||
- name: Set up JDK 11 | ||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-version: 11 | ||
java-version: 17 | ||
- name: Print the effective ORM version used | ||
run: ./gradlew :${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core | ||
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }} | ||
|
@@ -136,11 +136,11 @@ jobs: | |
.gradle/wrapper | ||
# refresh cache every month to avoid unlimited growth | ||
key: gradle-db-${{ matrix.db }}-${{ steps.get-date.outputs.yearmonth }} | ||
- name: Set up JDK 11 | ||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-version: 11 | ||
java-version: 17 | ||
- name: Print the effective ORM version used | ||
run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core | ||
- name: Build and Test with ${{ matrix.db }} | ||
|
@@ -165,7 +165,7 @@ jobs: | |
# To see the available versions and download links on jdk.java.net: | ||
# https://github.com/oracle-actions/setup-java/blob/main/jdk.java.net-uri.properties | ||
java: | ||
- { name: "11", java_version_numeric: 11 } | ||
#- { name: "11", java_version_numeric: 11 } | ||
- { name: "17", java_version_numeric: 17 } | ||
# We want to enable preview features when testing newer builds of OpenJDK: | ||
# even if we don't use these features, just enabling them can cause side effects | ||
|
@@ -245,11 +245,11 @@ jobs: | |
id: testjdk-exportpath | ||
run: echo "::set-output name=path::${JAVA_HOME}" | ||
# Always use JDK 11 to build the main code: that's what we use for releases. | ||
- name: Set up JDK 11 | ||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-version: 11 | ||
java-version: 17 | ||
check-latest: true | ||
- name: Export path to JDK 11 | ||
id: mainjdk-exportpath | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters