Skip to content

Commit

Permalink
update github CI action to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed May 22, 2023
1 parent ae39c3f commit 7f487fb
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '11.0.3' ]
java: [ '17', '17.0.7' ]
steps:
- name: Checkout core repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 7f487fb

Please # to comment.