Skip to content

Commit 33c4a33

Browse files
committed
Newest chromedriver versions
1 parent 4cb3145 commit 33c4a33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

commands/chromedriver-compatibility-matrix.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
<?php
22
$compatibility = [
3+
'85.0.4183.38' => '85',
4+
'84.0.4147.30' => '84',
5+
'83.0.4103.39' => '83',
6+
'83.0.4103.14' => '83',
7+
'81.0.4044.138' => '81',
8+
'81.0.4044.69' => '81',
9+
'81.0.4044.20' => '81',
10+
'80.0.3987.106' => '80',
311
'80.0.3987.16' => '80',
412
'79.0.3945.36' => '79',
5-
'79.0.3945.36' => '79',
613
'79.0.3945.16' => '79',
714
'78.0.3904.105' => '78',
815
'78.0.3904.70' => '78',

0 commit comments

Comments
 (0)