Skip to content

Commit

Permalink
Merge pull request #1010 from rhusar/ci-jdk22
Browse files Browse the repository at this point in the history
CI: JDK 22 is now GA.
  • Loading branch information
Ladicek authored Apr 11, 2024
2 parents baa0912 + 8fb52e4 commit 3d92e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d92e94

Please sign in to comment.