We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37aa2ea commit bfdc2b7Copy full SHA for bfdc2b7
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- java: [8, 11, 17]
+ java: [11, 17]
12
name: build with jdk ${{matrix.java}}
13
14
steps:
0 commit comments