Skip to content

Commit

Permalink
chore: update java versions in CI to LTS and latest (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva authored Apr 4, 2024
1 parent fd45929 commit 864ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
java-version: [ 8 , 11 , 16 , 17, 18 ]
java-version: [ 8 , 11 , 17, 21 , 22]

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 864ac90

Please sign in to comment.