We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dbd66 commit 05078c5Copy full SHA for 05078c5
1 file changed
.github/workflows/build-matrix.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- java_version: [1.8, 11]
+ java_version: [1.8, 11, 15]
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
14
steps:
0 commit comments