Skip to content

Commit daa0a47

Browse files
committed
chore: add JDK 13 to build matrix
1 parent ed109fb commit daa0a47

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
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
os: [macos-latest, ubuntu-latest, windows-latest]
46-
jdk: [8, 9, 10, 11, 12]
46+
jdk: [8, 9, 10, 11, 12, 13]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)