We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83ee29 commit 5f0b2d4Copy full SHA for 5f0b2d4
1 file changed
.github/workflows/maven.yml
@@ -32,6 +32,6 @@ jobs:
32
uses: actions/setup-java@v2
33
with:
34
distribution: 'zulu'
35
- java-version: 1.8
+ java-version: 8
36
- name: Build with Maven
37
run: mvn -B clean cobertura:cobertura coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
0 commit comments