solution: use Java 13 on CI

rel: [b8eabca]
This commit is contained in:
Igor Artamonov
2020-12-06 21:39:49 -05:00
parent 2f07f83d71
commit d6c36d6369
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 13
- name: Setup GCP
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master