Skip to content

Commit d057115

Browse files
committed
fixes java version
1 parent 3175906 commit d057115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up JDK 1.8
20+
- name: Set up JDK
2121
uses: actions/setup-java@v1
2222
with:
23-
java-version: 1.8
23+
java-version: 11
2424

2525
- name: Cache Maven packages
2626
uses: actions/cache@v2

0 commit comments

Comments
 (0)