Skip to content

Commit 0e8a6ac

Browse files
committed
test with JDK21 in github workflow
1 parent 323f978 commit 0e8a6ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
java: [11, 17]
19+
java: [11, 17, 21]
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Check out code

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
strategy:
1818
matrix:
19-
java: [11, 17]
19+
java: [11, 17, 21]
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)