From aeb598cda1165c076eae78c12b9a69405b5d59a2 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 3 Jul 2022 10:39:24 +0200 Subject: CI build: upgrade from Java 18-EA to 18 Signed-off-by: Alexander Kriegisch --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f731a47ee..b8fbbf386 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,8 +19,8 @@ jobs: strategy: fail-fast: false matrix: - # TODO: switch from 18-ea to 18, as soon as Temurin offers the download on https://adoptium.net/releases.html - java: [ 11, 17, 18-ea ] + # Check for available Temurin releases on https://adoptium.net/releases.html + java: [ 11, 17, 18 ] runs-on: ubuntu-latest -- cgit v1.2.3