From 31328e00085ebca029f4a0cc5dc981275dfaf637 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Tue, 18 Jun 2024 18:10:35 +0200 Subject: [PATCH] ci: use java 17 --- .github/workflows/test-and-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 2ed3f26d..508a535d 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: + os: - ubuntu # - windows - macos @@ -46,6 +46,11 @@ jobs: outputs: matrix: ${{ steps.deliveries.outputs.matrix }} steps: + - name: Setup Java + uses: actions/setup-java@v4.2.1 + with: + distribution: temurin + java-version: 17 - name: Compute ref id: ref run: |