Skip to content

Commit feb2e59

Browse files
committed
Tight version validation from 23 to 40
1 parent 1377053 commit feb2e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-emulator-wtf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
exit 1
5555
fi
5656
while IFS= read -r line; do
57-
if [[ ! "$line" =~ ^model=Pixel7,version=[0-9]+$ ]]; then
57+
if [[ ! "$line" =~ ^model=Pixel7,version=(2[3-9]|3[0-9]|40)$ ]]; then
5858
echo "::error::Invalid line in devices.txt"
5959
exit 1
6060
fi

0 commit comments

Comments
 (0)