From 8fb52e4e995e851c2fae96a3b679665e7afbbf28 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Thu, 11 Apr 2024 10:42:11 +0200 Subject: [PATCH] CI: JDK 22 is now GA. --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4e0c44ec..55ff780df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,9 @@ jobs: - 11 - 17 - 21 - # JBoss Logging doesn't seem to work correctly - #- 22-ea + - 22 + # Currently incompatible with awaitility; java.lang.NumberFormatException: For input string: "23-beta" + #- 23-ea os: - ubuntu-latest - windows-latest