Skip to content

Commit

Permalink
fix(CI): bumped java version for snapshot release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed May 7, 2024
1 parent c6d6eb7 commit bff69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asf-snapshots-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit bff69fb

Please sign in to comment.