diff options
Diffstat (limited to '.github/workflows/test-maven.yml')
-rw-r--r-- | .github/workflows/test-maven.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test-maven.yml b/.github/workflows/test-maven.yml index 87c55871ca..75792f5205 100644 --- a/.github/workflows/test-maven.yml +++ b/.github/workflows/test-maven.yml @@ -20,7 +20,9 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@v2 with: - java-version: 1.8 + distribution: 'adopt' + java-version: '8' + check-latest: true - name: Cache uses: actions/cache@v2.1.3 |