From ee620d489e3d3420178ec34100be3e04975841ed Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Tue, 13 Jun 2023 10:41:38 +0200 Subject: [PATCH] Align JDK dist with the dist we are using for actual test/build --- .github/workflows/code_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index e86581e..0df9e5e 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -18,10 +18,10 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - distribution: adopt + distribution: 'temurin' java-version: 11 - name: Build & test with Maven and coverage - run: mvn -B --no-transfer-progress clean test + run: mvn -B --no-transfer-progress test - name: Post to Coveralls uses: coverallsapp/github-action@v2 with: