Skip to content

Commit

Permalink
Limit builds to Java 11, 17 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 2, 2023
1 parent 9eaa52e commit f6e72ba
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 @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 11, 12, 13, 14, 15 ]
java: [ 11, 17, 20 ]
name: Java ${{ matrix.java }}

steps:
Expand Down

0 comments on commit f6e72ba

Please sign in to comment.