Skip to content

Commit 6542637

Browse files
committed
Merge branch 'main' of github.com:opendocument-app/OpenDocument.droid into restore-min-sdk-23
2 parents 9fa6bfc + 29b5b82 commit 6542637

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ jobs:
8383
# broken for unknown reasons. needs some offline debugging
8484
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
8585
# - { arch: x86_64, api-level: 23 }
86-
- { arch: x86_64, api-level: 29 }
87-
- { arch: x86_64, api-level: 30 }
88-
- { arch: x86_64, api-level: 32 }
86+
# disabled after https://github.com/opendocument-app/OpenDocument.droid/commit/48d718054f1667e4c0ab0016006c8b3f601d6a3a
87+
# - { arch: x86_64, api-level: 29 }
88+
# - { arch: x86_64, api-level: 30 }
89+
# - { arch: x86_64, api-level: 32 }
90+
- { arch: x86_64, api-level: 34 }
8991
steps:
9092
- name: checkout
9193
uses: actions/checkout@v4

0 commit comments

Comments
 (0)