We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fddfc commit d290fafCopy full SHA for d290faf
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
max-parallel: 4
35
matrix:
36
# test against latest update of each major Java version, as well as specific updates of LTS versions:
37
- java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15 ]
+ java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15, 16 ]
38
name: Java ${{ matrix.java }}
39
env:
40
OS: ${{ matrix.os }}
0 commit comments