We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d70411 commit 21150ffCopy full SHA for 21150ff
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest] # macOS-latest, windows-latest]
10
java-version: ["8", "11", "17"]
11
- distribution: ["temurin", "oracle", "corretto"]
+ distribution: ["temurin", "corretto"]
12
profile: ["test-direct", "test-no-direct"]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments