Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Oleh Dokuka <shadowgun@i.ua>
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
  • Loading branch information
sullis and OlegDokuka committed May 29, 2021
1 parent 45b8627 commit a73647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '13', '14' ]
java: [ '8', '11', '13' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit a73647f

Please sign in to comment.