Skip to content

Commit

Permalink
Add Java 21 builder (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Nov 3, 2023
1 parent 7d36b70 commit f7a8d49
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 @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
name: build with jdk ${{matrix.java}}

steps:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
name: build with jdk ${{matrix.java}} windows

steps:
Expand Down

0 comments on commit f7a8d49

Please sign in to comment.