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.
1 parent 80dab06 commit ce6b0e7Copy full SHA for ce6b0e7
.github/workflows/build.yml
@@ -52,12 +52,6 @@ jobs:
52
- 17
53
- 21
54
- 23
55
- # Collect coverage on latest LTS
56
- include:
57
- - os: ubuntu-latest
58
- test-java-version: 21
59
- coverage: true
60
- jmh-based-tests: true
61
# macos-latest drops support for java 8 temurin. Run java 8 on macos-13. Run java 11, 17, 21 on macos-latest.
62
exclude:
63
- os: macos-latest
@@ -97,7 +91,7 @@ jobs:
97
91
run: >
98
92
./gradlew test
99
93
"-PtestJavaVersion=${{ matrix.test-java-version }}"
100
- "-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}"
94
+ "-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
101
95
"-Porg.gradle.java.installations.auto-download=false"
102
96
103
integration-test:
0 commit comments