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.
2 parents 3b4a148 + 542b326 commit cf329eaCopy full SHA for cf329ea
.github/workflows/java-workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
operating-system: [ubuntu-latest, macos-latest, windows-latest]
18
- java-version: ['8', '11', '16', '17', '18', '19', '20', '21', '22']
+ java-version: ['8'] # , '11', '16', '17', '18', '19', '20', '21', '22'] # Blocking higher versions SDK using jaxb
19
distribution: ['temurin']
20
runs-on: ${{matrix.operating-system}}
21
steps:
0 commit comments