Skip to content

Commit

Permalink
using java 17 and 21 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Jul 23, 2024
1 parent 1b2d373 commit 573b9f1
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 @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
java-version: [ 11, 15 ]
java-version: [ 11, 15, 17, 21 ]

steps:
- name: Harden Runner
Expand Down

0 comments on commit 573b9f1

Please sign in to comment.