We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2494630 + e602753 commit 48a96cfCopy full SHA for 48a96cf
.github/workflows/ci.yaml
@@ -28,8 +28,8 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest, macOS-latest, windows-latest]
31
- java: [11, 17, 20, 21-ea]
32
- distribution: ['zulu']
+ java: [11, 17, 21, 22-ea]
+ distribution: ['temurin']
33
fail-fast: false
34
max-parallel: 5
35
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
pom.xml
@@ -112,6 +112,8 @@
112
113
<junit.version>5.9.1</junit.version>
114
115
+ <jacoco.plugin>0.8.11</jacoco.plugin>
116
+
117
<!-- Reproducible Builds -->
118
<project.build.outputTimestamp>1684481211</project.build.outputTimestamp>
119
</properties>
0 commit comments