mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
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
This commit is contained in:
parent
418405046a
commit
96a7b4a777
1 changed files with 8 additions and 0 deletions
8
.github/workflows/daily.yml
vendored
8
.github/workflows/daily.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue