Skip to content

Commit

Permalink
[Java] Add Java 14 to the mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 8, 2020
1 parent 4dc4f6a commit 738c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '11' ]
java: [ '8', '11', '14' ]
os: [ 'ubuntu-latest', 'windows-latest' ]
steps:
- name: Checkout code
Expand Down

0 comments on commit 738c0ca

Please sign in to comment.