Pin java version to 17.0.11, Mockito has issues with 17.0.13
This commit is contained in:
parent
8c44012e94
commit
3e9dd1c2e4
3 changed files with 4 additions and 4 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 17.0.11
|
||||
cache: maven
|
||||
- run: mvn $MAVEN_ARGS verify
|
||||
- run: mvn $MAVEN_ARGS site
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
- 23.0.7
|
||||
- 24.0.5
|
||||
- 25.0.6
|
||||
- 26.0.2
|
||||
- 26.0.6
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue