We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aa471 commit 8861d69Copy full SHA for 8861d69
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- java: [ '11', '16' ]
+ java: [ '11', '15' ]
16
os: [ 'ubuntu-20.04' ]
17
runs-on: ${{ matrix.os }}
18
steps:
0 commit comments