From 62c9cf786148881b7caa8fde559e8b8cf30fe6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 27 Sep 2023 00:01:11 +0200 Subject: [PATCH] run mobile tests on more devices / OS versions --- .github/workflows/daily.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 79df092add62a..7e6e7ceef2447 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -89,6 +89,14 @@ jobs: include: - device: "iPhone 13" os_version: "15" + - device: "iPhone 14" + os_version: "16" + - device: "iPhone 15" + os_version: "17" + - device: "Xiaomi Redmi Note 11" + os_version: "11.0" + - device: "Google Pixel 6" + os_version: "12.0" - device: "Samsung Galaxy S23" os_version: "13.0" steps: