Skip to content

Commit

Permalink
add Java 23 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and jonas-grgt committed Nov 17, 2024
1 parent d2849e8 commit 511ff06
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 @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11', '16', '17', '21' ]
java: [ '11', '16', '17', '21', '23' ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 511ff06

Please sign in to comment.