Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 3f1c086 commit 542b326Copy full SHA for 542b326
.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