HHH-14946 Github actions: switch to use Java 11 Temurin

This commit is contained in:
Sanne Grinovero 2021-12-01 14:54:59 +00:00 committed by Sanne Grinovero
parent 78c3ae11e0
commit 905e512316
1 changed files with 3 additions and 2 deletions

View File

@ -63,9 +63,10 @@ jobs:
RDBMS: ${{ matrix.rdbms }}
run: ci/database-start.sh
- name: Set up Java 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'temurin'
java-version: '11'
- name: Get year/month for cache key
id: get-date
run: |