Skip to content

Commit b4275bd

Browse files
committed
[actions] Java 17 build requires JaCoCo 0.8.7 (currently SNAPSHOT)
1 parent e331109 commit b4275bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macOS-latest, windows-latest]
27-
java: [8, 11, 15, 16, 17-ea]
27+
java: [8, 11, 15, 16]
2828
fail-fast: false
2929
max-parallel: 4
3030
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)