Skip to content

Commit 830f423

Browse files
committed
GitHub workflow: add JDK 13 to build matrix
1 parent 7d65e31 commit 830f423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [ '1.8.0', '11.0.x' ]
12+
java: [ '1.8.0', '11.0.x', '13.0.x' ]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up JDK

0 commit comments

Comments
 (0)