Skip to content

Commit

Permalink
Merge pull request #5 from TeamNewPipe/java-17
Browse files Browse the repository at this point in the history
Update Java version to 17
  • Loading branch information
Stypox authored Apr 25, 2023
2 parents d30b849 + 8df9357 commit d9d9a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
cache: 'gradle'

- name: "Determine next tag"
Expand Down

0 comments on commit d9d9a15

Please sign in to comment.