mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
Use JDK 17 for testing
This commit is contained in:
committed by
GitHub
parent
f1d20e06f1
commit
ed4f3a253e
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'temurin'
|
||||||
java-version: '8'
|
java-version: '17'
|
||||||
|
|
||||||
|
|
||||||
- run: npm version
|
- run: npm version
|
||||||
|
|||||||
Reference in New Issue
Block a user