Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit cc1cfda

Browse files
GH-25 - Build and test with JDK 14.
1 parent 2d526ed commit cc1cfda

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ '8', '11', '13' ]
15+
java: [ '8', '11', '14' ]
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Set up JDK

0 commit comments

Comments
 (0)