Skip to content

Commit f74bbfc

Browse files
authored
Add jdk21 to build matrix (#1027)
1 parent 2ca9688 commit f74bbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
java: [ '11', '17' ]
14+
java: [ '11', '17', '21' ]
1515
steps:
1616
- name: Checkout Code
1717
uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Upload Test Coverage to Codecov
5050
uses: codecov/codecov-action@v3
51-
if: matrix.java == '17'
51+
if: matrix.java == '21'
5252
with:
5353
files: target/site/jacoco/jacoco.xml
5454

0 commit comments

Comments
 (0)