Skip to content

Commit 0264c36

Browse files
committed
We need Java 9 here too
1 parent 1c41c3d commit 0264c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 1.8
14+
- name: Set up JDK 1.9
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 1.8
17+
java-version: 1.9
1818
- name: Set up GPG
1919
run: |
2020
echo "$GPG_PRIVATE_KEY" > private.asc

0 commit comments

Comments
 (0)