Skip to content

Commit

Permalink
Try building with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Mar 28, 2020
1 parent e64103a commit 3639bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v2

- name: set up JDK 1.8
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Decrypt secrets
run: release/signing-setup.sh $ENCRYPT_KEY
Expand Down

0 comments on commit 3639bc2

Please sign in to comment.