Skip to content

Commit c91f6cd

Browse files
committed
used JDK 11 for formatter
1 parent 38c6b50 commit c91f6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
fmt:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up JDK 8
13+
- name: Set up JDK 11
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 8
16+
java-version: 11
1717

1818
- name: Checkout
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)