Skip to content

Commit

Permalink
Newest chromedriver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chilio committed Aug 17, 2020
1 parent 4cb3145 commit 33c4a33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion commands/chromedriver-compatibility-matrix.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<?php
$compatibility = [
'85.0.4183.38' => '85',
'84.0.4147.30' => '84',
'83.0.4103.39' => '83',
'83.0.4103.14' => '83',
'81.0.4044.138' => '81',
'81.0.4044.69' => '81',
'81.0.4044.20' => '81',
'80.0.3987.106' => '80',
'80.0.3987.16' => '80',
'79.0.3945.36' => '79',
'79.0.3945.36' => '79',
'79.0.3945.16' => '79',
'78.0.3904.105' => '78',
'78.0.3904.70' => '78',
Expand Down

0 comments on commit 33c4a33

Please sign in to comment.