We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e152f commit 48089a4Copy full SHA for 48089a4
1 file changed
.github/workflows/pipeline.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- # build for java 11, however don't run any tests
+ # build for java 8, however don't run any tests
19
java: [ 8, 11, 17, 19, 20 ]
20
name: Java ${{ matrix.java }}
21
steps:
0 commit comments