Skip to content

Commit 1995f4d

Browse files
committed
enable java17 test
1 parent 4677f15 commit 1995f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
java:
16-
- '8'
17-
- '11'
18-
#- '17'
16+
- '8' # 2030.12
17+
- '11' # 2026.09
18+
- '17' # 2029.09
1919
name: Java ${{ matrix.Java }} sample
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)