Skip to content

Commit 527e61f

Browse files
committed
ci: Remove Java 6 support test on ci pipeline
1 parent 394d432 commit 527e61f

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
@@ -13,7 +13,7 @@ jobs:
1313
max-parallel: 4
1414
matrix:
1515
# test against latest update of each major Java version, as well as specific updates of LTS versions:
16-
java: [ 1.6, 6.0.83, 7, 7.0.181, 8, 8.0.192, 9.0.x, 10, 11.0.x, 11.0.3, 12, 13 ]
16+
java: [7, 7.0.181, 8, 8.0.192, 9.0.x, 10, 11.0.x, 11.0.3, 12, 13 ]
1717
name: Java ${{ matrix.java }}
1818
env:
1919
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)