Skip to content

Commit

Permalink
[UNDERTOW-2353] Adding JDK21 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Mar 6, 2024
1 parent a0ef325 commit b0be853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
module: [core, servlet, websockets-jsr]
jdk: [11, 17]
jdk: [11, 17, 21]
openjdk_impl: [ temurin ]
steps:
- name: Update hosts - linux
Expand Down

0 comments on commit b0be853

Please sign in to comment.