Skip to content

Commit

Permalink
add Java 21 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed May 19, 2024
1 parent ceb14ac commit 58fbecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
jdk: ['temurin', 'zulu']

name: Java ${{ matrix.java }} ${{ matrix.jdk }}
Expand Down

0 comments on commit 58fbecf

Please sign in to comment.