Skip to content

Commit 1de98a6

Browse files
authored
ci: add JDK 15 to build matrix (#210)
1 parent 11beb6c commit 1de98a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
max-parallel: 4
3131
matrix:
3232
# test against latest update of each major Java version, as well as specific updates of LTS versions:
33-
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13 ]
33+
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15 ]
3434
name: Java ${{ matrix.java }}
3535
env:
3636
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)