From 67f4519129b1a4bf1ced63c935ce381f95433714 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 11 Nov 2020 02:36:35 +0300 Subject: CI: use JDK 15 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a94300..c2754e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Set up JDK + uses: actions/setup-java@v1 + with: + java-version: 15 - name: Build run: gradle check -- cgit v1.2.3