Skip to content

Commit 4454a4f

Browse files
committed
github actions java 8 fix
1 parent 023929b commit 4454a4f

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
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up JDK 8
5757
uses: actions/setup-java@v3
5858
with:
59-
java-version: '8'
59+
java-version: '9'
6060
distribution: 'temurin'
6161
cache: maven
6262
- name: Build with Maven

0 commit comments

Comments
 (0)