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 da2c0d7 commit d84dbbbCopy full SHA for d84dbbb
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- java: [11, 14, 15-ea, 16-ea]
+ java: [8, 11, 14, 15-ea, 16-ea]
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
name: Java ${{ matrix.java }}
13
steps:
0 commit comments