Skip to content

Commit 874c8fd

Browse files
committed
test: update chrome for testing example versions to 136.x
1 parent 4862092 commit 874c8fd

File tree

1 file changed

+2
-2
lines changed
  • examples/chrome-for-testing/scripts

1 file changed

+2
-2
lines changed

examples/chrome-for-testing/scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ case $ARCHITECTURE in
1919
'beta'
2020
'dev'
2121
'canary'
22-
'130'
23-
'131.0.6778.204'
22+
'136'
23+
'136.0.7103.92'
2424
)
2525
# Build, show Cypress info and run Cypress test
2626
for i in ${!chromeVersion[@]}; do

0 commit comments

Comments
 (0)