From 7aff107d13b6d9c25544ab47f2c732b6d914a47f Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 14 Mar 2021 20:57:52 +0100 Subject: [PATCH] Use Java 11 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 382fa91..a7afcbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources @@ -43,7 +43,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources