Adjust Java version in github actions
This commit is contained in:
parent
f9bc9679dc
commit
053aec24c4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/up-to-date-jobs.yml
vendored
2
.github/workflows/up-to-date-jobs.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
- name: Run Up-To-Date Tests
|
||||
run: ./gradlew :app:testDebugUnitTest --tests "org.fnives.uptodate.*"
|
||||
- name: Upload Test Results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue