From b25ffc6dfdfc47c5b41ffe02ed5807dfe0e9299f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 17 Oct 2023 16:52:11 +0200 Subject: [PATCH] add test on Android 14 / Pixel 8 (#10148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Objective - Android 14 is now supported by Browserstack and Bevy works on it, so add it 🎉 ## Solution - Add test in CI on Android 14 / Pixel 8 --- .github/workflows/daily.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 7e6e7ceef2447..4fd4c37e8a69d 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -99,6 +99,8 @@ jobs: os_version: "12.0" - device: "Samsung Galaxy S23" os_version: "13.0" + - device: "Google Pixel 8" + os_version: "14.0" steps: - uses: actions/checkout@v4