Skip to content

Commit f1f4c92

Browse files
committed
ci: add Java 21 to matrix
1 parent bc3e480 commit f1f4c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
jdk: [8, 11, 17, 19]
31+
jdk: [8, 11, 17, 19, 21]
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
fail-fast: true
3434
max-parallel: 4

0 commit comments

Comments
 (0)