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 1611c6d commit 9c61bc2Copy full SHA for 9c61bc2
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
strategy:
49
matrix:
50
# run different builds with the listed java versions
51
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 21 ]
52
name: "build-ubuntu Java ${{ matrix.java }}"
53
steps:
54
- uses: actions/checkout@v4
0 commit comments