Skip to content

Commit b036914

Browse files
authored
remove graalvm and microsoft test runs (#453)
> Note, as part of this PR I have also removed the requirement for the graalvm & microsoft test runs to pass before merging a PR
1 parent 226e734 commit b036914

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
jdk-version: ['17', '21', '25']
15-
jdk-distro: ['graalvm', 'microsoft', 'oracle', 'temurin' ]
16-
exclude:
17-
- jdk-distro: graalvm
18-
jdk-version: 17
19-
include:
20-
- jdk-distro: graalvm
21-
jdk-version: 17.0.12
15+
jdk-distro: ['oracle', 'temurin' ]
2216

2317
steps:
2418
- name: Checkout code

0 commit comments

Comments
 (0)