Adjust Java version in github actions

This commit is contained in:
Gergely Hegedus 2025-05-19 19:17:35 +03:00
parent f9bc9679dc
commit 053aec24c4
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- name: Run Unit Tests
run: ./gradlew :app:testDebugUnitTest --tests "org.fnives.tiktokdownloader.*"
- name: Upload Test Results