From 3ba1aba2e310f767e19b1a065f8f571bda7f808f Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 17 Mar 2023 17:52:33 +0100 Subject: [PATCH] [github ci]: Disable Java 8 (potentially temprorary) We currently run into https://github.com/android-actions/setup-android/issues/378 --- .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 ca6991367..cf69f7140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - java: [ 8, 11 ] + java: [ 11 ] steps: - name: Checkout