[github ci]: Disable Java 8 (potentially temprorary)

We currently run into
https://github.com/android-actions/setup-android/issues/378
This commit is contained in:
Florian Schmaus 2023-03-17 17:52:33 +01:00
parent f00e585f3d
commit 3ba1aba2e3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 8, 11 ]
java: [ 11 ]
steps:
- name: Checkout