Skip to content

Commit

Permalink
fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 5, 2024
1 parent 9080cd9 commit 7067b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvnw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '17.0.4+8', '21.0.4+7' ]
java: [ '17.0.4+8', '21.0.5+11.0.LTS' ]

steps:
- name: install git secrets
Expand Down

0 comments on commit 7067b6f

Please sign in to comment.