Skip to content

Commit 05078c5

Browse files
committed
WIP: build on jdk 15
1 parent b9dbd66 commit 05078c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java_version: [1.8, 11]
11+
java_version: [1.8, 11, 15]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

0 commit comments

Comments
 (0)