Skip to content

Commit 0c47066

Browse files
committed
github actions java 8 fix
1 parent f30006e commit 0c47066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up JDK 8
5757
uses: actions/setup-java@v3
5858
with:
59-
java-version: '8.0.412+8'
59+
java-version: '11'
6060
distribution: 'temurin'
6161
cache: maven
6262
- name: Build with Maven

0 commit comments

Comments
 (0)