Skip to content

Commit

Permalink
HHH-14946 Github actions: switch to use Java 11 Temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Dec 1, 2021
1 parent 78c3ae1 commit 905e512
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/contributor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 905e512

Please sign in to comment.