Skip to content

Commit 5f0b2d4

Browse files
authored
Fix java version in Github action
1 parent a83ee29 commit 5f0b2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: actions/setup-java@v2
3333
with:
3434
distribution: 'zulu'
35-
java-version: 1.8
35+
java-version: 8
3636
- name: Build with Maven
3737
run: mvn -B clean cobertura:cobertura coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)