Skip to content

Commit edea56d

Browse files
authored
reverted back to JDK15 build
JDK17 build needs upgrade of Mockito and related code changes
1 parent 2390c3a commit edea56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-18.04, macOS-latest, windows-2016]
16-
java: [8, 11, 17]
16+
java: [8, 11, 15]
1717
fail-fast: false
1818
max-parallel: 4
1919
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)