Skip to content

Commit 18d3128

Browse files
committedNov 8, 2022
jdk 8
1 parent 5ffa5a7 commit 18d3128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/mvn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-20.04, windows-2022, macos-12]
16-
java: [11, 17]
16+
java: [8, 11, 17]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)
Please sign in to comment.