Skip to content

Commit

Permalink
add test on Android 14 / Pixel 8 (bevyengine#10148)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mockersf authored and ameknite committed Nov 6, 2023
1 parent c7e4918 commit 77d6eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77d6eac

Please sign in to comment.