Skip to content

Commit 889b55f

Browse files
authored
chore: bump latest Android version for testing (#2888)
1 parent ee0a879 commit 889b55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/run_canary_in_devicefarm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ latestDevice=$(aws devicefarm list-devices \
7979
--filters '[
8080
{"attribute":"AVAILABILITY","operator":"EQUALS","values":["HIGHLY_AVAILABLE"]},
8181
{"attribute":"PLATFORM","operator":"EQUALS","values":["ANDROID"]},
82-
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["12"]},
82+
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["14"]},
8383
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel"]}
8484
]' \
8585
| jq -r '.devices[0].arn')

scripts/run_test_in_devicefarm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ latestDevice=$(aws devicefarm list-devices \
7878
--filters '[
7979
{"attribute":"AVAILABILITY","operator":"EQUALS","values":["HIGHLY_AVAILABLE"]},
8080
{"attribute":"PLATFORM","operator":"EQUALS","values":["ANDROID"]},
81-
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["12"]},
81+
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["14"]},
8282
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel"]}
8383
]' \
8484
| jq -r '.devices[0].arn')

0 commit comments

Comments
 (0)