Skip to content

Commit 7135180

Browse files
committed
ci: support java 21 virtual threads
Signed-off-by: Marcos Tischer Vallim <tischer@gmail.com>
1 parent 6ec4590 commit 7135180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
java-version: [8, 11, 17]
37+
java-version: [8, 11, 17, 21]
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)