Skip to content

Commit c19a6a3

Browse files
committed
[Java] Build with Java 15.
1 parent ff7e905 commit c19a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: [ '8', '11', '14' ]
22+
java: [ '8', '11', '15' ]
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)