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