From e3d603f6dd2193df3c67a7cb7db59d523bf4fd04 Mon Sep 17 00:00:00 2001 From: Krystof Date: Fri, 21 Jun 2024 03:31:49 +0200 Subject: [PATCH] fixup! feat(docs): rest api --- .github/workflows/app-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-ci.yaml b/.github/workflows/app-ci.yaml index a7c910cb..117ca791 100644 --- a/.github/workflows/app-ci.yaml +++ b/.github/workflows/app-ci.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: device: [14, 15] - iOS: [17.5] + iOS: [17.0, 17.5] name: App CI 🚀 (iPhone ${{ matrix.device }}, iOS ${{ matrix.iOS }} ) steps: