1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 15:44:49 +02:00

[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

View file

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