From b908a16b7c65457a7e6c576a06135afa7b5db9d4 Mon Sep 17 00:00:00 2001 From: "Sverre H. Huseby" Date: Mon, 16 Oct 2023 08:23:03 +0200 Subject: [PATCH] ci(deps): use Temurin 21 for building (#94) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558aaa4..e06ff3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven - run: mvn --batch-mode verify