From a5c897d1c6fb4248dacf2670416d814a8985166d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Sun, 28 Mar 2021 10:36:41 +0200 Subject: [PATCH] Fix GitHub Actions CI, build requires Java 9 or higher --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ab1a1c..9efbdfd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '16' ] + java: [ '9', '11', '16' ] steps: - uses: actions/checkout@v2 - name: Set up JDK