Skip to content

Commit 21150ff

Browse files
committed
narrow test matrix JDK distributions
1 parent 1d70411 commit 21150ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
os: [ubuntu-latest] # macOS-latest, windows-latest]
1010
java-version: ["8", "11", "17"]
11-
distribution: ["temurin", "oracle", "corretto"]
11+
distribution: ["temurin", "corretto"]
1212
profile: ["test-direct", "test-no-direct"]
1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)