Skip to content

Commit 44c9e50

Browse files
committed
ci: Use JDK 21 for Showcase Tests
1 parent 12ee456 commit 44c9e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
runs-on: ubuntu-22.04
212212
strategy:
213213
matrix:
214-
java: [ 11, 17 ]
214+
java: [ 11, 17, 21 ]
215215
steps:
216216
- uses: actions/checkout@v4
217217
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)