From 6a6ce68300693ddc707427d18674e81e25daaeda Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 7 Apr 2021 00:09:15 +0200 Subject: [PATCH] Update CI GitHub Actions workflow. --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d073e2..73e643b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,12 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - name: Set up JDK 8 - uses: actions/setup-java@v1 + - name: Set up JDK 11 + uses: actions/setup-java@v2 with: - java-version: 1.8 + distribution: 'adopt' + java-version: '11' + check-latest: true - name: Cache local Maven repository uses: actions/cache@v2.1.4 with: