Skip to content

Commit 2d0cd7b

Browse files
committed
trying JDK 11
1 parent 255739e commit 2d0cd7b

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: Set up Maven 3.9.11
1919
uses: stCarolas/setup-maven@v4.5

0 commit comments

Comments
 (0)