We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a59ca commit 022c0f5Copy full SHA for 022c0f5
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- java_version: [1.8]
+ java_version: [1.8, 9, 10, 11, 12, 13]
13
os: [windows-latest, macOS-latest, ubuntu-latest]
14
15
steps:
0 commit comments