Skip to content

Commit 022c0f5

Browse files
committed
Github Workflow: Add jdks
1 parent 95a59ca commit 022c0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java_version: [1.8]
12+
java_version: [1.8, 9, 10, 11, 12, 13]
1313
os: [windows-latest, macOS-latest, ubuntu-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)