We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c631454 commit fdcc6b5Copy full SHA for fdcc6b5
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- java: [ '8', '11', '14', '15' ]
+ java: [ '8', '11', '15' ]
16
architecture: [ 'x64' ]
17
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
18
steps:
0 commit comments