Skip to content

Commit 23ba633

Browse files
author
Pankaj Agrawal
committed
Donot build on java 9 and 10
1 parent 5f25a5e commit 23ba633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
max-parallel: 4
2828
matrix:
2929
# test against latest update of each major Java version, as well as specific updates of LTS versions:
30-
java: [8, 8.0.192, 9.0.x, 10, 11.0.x, 11.0.3, 12, 13 ]
30+
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13 ]
3131
name: Java ${{ matrix.java }}
3232
env:
3333
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)