mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-20 10:07:17 +00:00
HHH-14946 Github actions: switch to use Java 11 Temurin
This commit is contained in:
parent
78c3ae11e0
commit
905e512316
5
.github/workflows/contributor-build.yml
vendored
5
.github/workflows/contributor-build.yml
vendored
@ -63,9 +63,10 @@ jobs:
|
|||||||
RDBMS: ${{ matrix.rdbms }}
|
RDBMS: ${{ matrix.rdbms }}
|
||||||
run: ci/database-start.sh
|
run: ci/database-start.sh
|
||||||
- name: Set up Java 11
|
- name: Set up Java 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
distribution: 'temurin'
|
||||||
|
java-version: '11'
|
||||||
- name: Get year/month for cache key
|
- name: Get year/month for cache key
|
||||||
id: get-date
|
id: get-date
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user