From 8bd88180be425d4ed642ac964daa6d813db892a6 Mon Sep 17 00:00:00 2001 From: akrherz Date: Wed, 25 Sep 2024 14:34:45 -0500 Subject: [PATCH] Revert "[ci] Add java 11 to build matrix" This reverts commit 6857ac6b877644656797529de34851eff903d7e9. The setup-android@v3 task installing android-21 requires Java 17. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fe2a060..c9e8795af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: strategy: matrix: java: - - 11 - 17 - 21 env: