From 96a7b4a777d717d0a431f15cde8088c0a3ee2879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 29 Sep 2023 00:40:13 +0200 Subject: [PATCH] run mobile tests on more devices / OS versions (#9936) # Objective - run mobile tests on more devices / OS versions ## Solution - Add more recent iOS devices / OS versions - Add older Android devices / OS versions You can check the results of a recent run on those devices here: https://percy.io/dede4209/Bevy-Mobile-Example/builds/30355307 --- .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: