Skip to content

Commit 63d44e1

Browse files
authored
Merge pull request #70 from sullis/jdk-21
ci: add Java 21 to matrix
2 parents bc3e480 + f1f4c92 commit 63d44e1

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)