Skip to content

Commit 011183e

Browse files
committed
Fixed #106
1 parent 2c8d7c8 commit 011183e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
19+
- name: Set up JDK 13s
20+
uses: actions/setup-java@v13
2121
with:
22-
java-version: 1.8
22+
java-version: 13
2323
- name: Build with Maven
2424
run: ./mvnw -B package --file pom.xml

0 commit comments

Comments
 (0)