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 Ray Redondo committed Jan 9, 2024
1 parent 4f5aa06 commit b25ffc6
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 b25ffc6

Please sign in to comment.