Skip to content

Commit

Permalink
Add jdk21 to build matrix (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr authored Jul 27, 2024
1 parent 2ca9688 commit f74bbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11', '17' ]
java: [ '11', '17', '21' ]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

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

Expand Down

0 comments on commit f74bbfc

Please sign in to comment.