Skip to content

Commit 1bfe8e0

Browse files
authored
chore: Update DeviceFarm Minimum (#2645)
1 parent 3f2ea63 commit 1bfe8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_test_in_devicefarm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ minDevice=$(aws devicefarm list-devices \
5454
--filters '[
5555
{"attribute":"AVAILABILITY","operator":"EQUALS","values":["HIGHLY_AVAILABLE"]},
5656
{"attribute":"PLATFORM","operator":"EQUALS","values":["ANDROID"]},
57-
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["7"]},
58-
{"attribute":"OS_VERSION","operator":"LESS_THAN","values":["7.1"]},
57+
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["8"]},
58+
{"attribute":"OS_VERSION","operator":"LESS_THAN","values":["8.1"]},
5959
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel", "Samsung"]}
6060
]' \
6161
| jq -r '.devices[0].arn')

0 commit comments

Comments
 (0)