Skip to content

Commit 9b57946

Browse files
committed
ci: add JDK 15 to build matrix
1 parent c304768 commit 9b57946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ ubuntu-latest, windows-latest, macos-latest ]
18-
java: [ '8', '11', '12', '13', '14' ]
18+
java: [ '8', '11', '12', '13', '14', '15' ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up JDK

0 commit comments

Comments
 (0)