From 38645a3cc28976b0978bce38be693d4e5549aa20 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 11 May 2022 07:24:47 +0100 Subject: [PATCH] Fix pr workflow - Use corret jdk - Relates #407 --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 635dd394..4e5fcc7e 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-java@v2 with: distribution: adopt - java-version: 8 + java-version: ${{ matrix.java }} - name: Build env: DISABLE_SAMPLES: ${{ matrix.disable-samples }}