Skip to content

Commit ce6b0e7

Browse files
committed
pr feedback
1 parent 80dab06 commit ce6b0e7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
- 17
5353
- 21
5454
- 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
6155
# macos-latest drops support for java 8 temurin. Run java 8 on macos-13. Run java 11, 17, 21 on macos-latest.
6256
exclude:
6357
- os: macos-latest
@@ -97,7 +91,7 @@ jobs:
9791
run: >
9892
./gradlew test
9993
"-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 }}"
10195
"-Porg.gradle.java.installations.auto-download=false"
10296
10397
integration-test:

0 commit comments

Comments
 (0)