We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b01e1 commit a075cddCopy full SHA for a075cdd
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- java: [ '8', '11', '13', '14' ]
+ java: [ '8', '11', '13' ]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up JDK
0 commit comments