From c2bdb8bc9bf274b1d28dacc42428f3daa6f48cf0 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:23:37 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc8da922..02a540421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,16 +113,26 @@ jobs: - name: Xcode 16 script: build:starters developerDir: CI_XCODE_16 - - name: iOS 17, iPhone 15 + - name: Core Module, iOS 17, iPhone 15 script: test:ios iosVersion: '17.5' deviceModel: iPhone 15 developerDir: CI_XCODE_16 - - name: iOS 18, iPhone 16 + - name: LiveQuery Module, iOS 17, iPhone 15 + script: test:parse_live_query:ios + iosVersion: '17.5' + deviceModel: iPhone 15 + developerDir: CI_XCODE_16 + - name: Core Module, iOS 18, iPhone 16 script: test:ios iosVersion: '18.1' deviceModel: iPhone 16 developerDir: CI_XCODE_16 + - name: LiveQuery Module, iOS 18, iPhone 16 + script: test:parse_live_query:ios + iosVersion: '18.1' + deviceModel: iPhone 16 + developerDir: CI_XCODE_16 - name: macOS 14 script: test:macos macosVersion: 14