Skip to content

Commit

Permalink
update github workflow to use java 11 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik committed Dec 22, 2022
1 parent 09cea9f commit fb5aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup GitHub Packages
uses: actions/setup-java@v2
with:
java-version: 8.0.292+10
java-version: 11
distribution: 'adopt'

- name: Publish to GitHub Packages
Expand Down

0 comments on commit fb5aaa7

Please sign in to comment.