Skip to content

Commit a5563b4

Browse files
greg-1-andersonweitzman
authored andcommitted
Update supported Drupal Versions explanation (#3937)
* Update supported Drupal Versions explanation * Remove testing badges * Add "compatible" descriptor before "no longer supported"
1 parent 2b34f8a commit a5563b4

File tree

1 file changed

+26
-33
lines changed

1 file changed

+26
-33
lines changed

docs/install.md

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,63 +23,56 @@ Drupal Compatibility
2323
-----------------
2424
<table>
2525
<tr>
26-
<th> Drush Version </th>
27-
<th> Drush Branch </th>
28-
<th> PHP </th>
29-
<th> Supported Drupal versions </th>
30-
<th> Code Style </th>
31-
<th> Isolation Tests </th>
32-
<th> Functional Tests </th>
26+
<th rowspan="2"> Drush Version </th>
27+
<th rowspan="2"> Drush Branch </th>
28+
<th rowspan="2"> PHP </th>
29+
<th colspan="4"> Drupal versions </th>
30+
</tr>
31+
<th>6</th> <th>7</th> <th>-8.3</th> <th>8.4+</th>
3332
</tr>
3433
<tr>
3534
<td> Drush 9 </td>
3635
<td> <a href="https://travis-ci.org/drush-ops/drush">master</a> </td>
3736
<td> 5.6+ </td>
38-
<td> D8.4+ </td>
39-
<td align="center">
40-
<img src="https://api.shippable.com/projects/5507addd5ab6cc1352a213b5/badge?branch=master" />
41-
</td>
42-
<td align="center">
43-
<img src="https://travis-ci.org/drush-ops/drush.svg?branch=master" />
44-
</td>
45-
<td align="center">
46-
<img src="https://circleci.com/gh/drush-ops/drush.svg?style=shield" />
47-
</td>
37+
<td></td> <td></td> <td></td> <td>✅</td>
4838
</tr>
4939
<tr>
5040
<td> Drush 8 </td>
5141
<td> <a href="https://travis-ci.org/drush-ops/drush">8.x</a> </td>
5242
<td> 5.4.5+ </td>
53-
<td> D6, D7, D8.3- </td>
54-
<td align="center">
55-
<img src="https://circleci.com/gh/drush-ops/drush.svg?style=shield" />
56-
</td>
57-
<td align="center">
58-
-
59-
</td>
60-
<td align="center">
61-
<img src="https://travis-ci.org/drush-ops/drush.svg?branch=8.x" />
62-
</td>
43+
<td>✅</td> <td>✅</td> <td>✅</td> <td><b>⚠️</b></td>
6344
</tr>
6445
<tr>
6546
<td> Drush 7 </td>
6647
<td> <a href="https://travis-ci.org/drush-ops/drush">7.x</a> </td>
6748
<td> 5.3.0+ </td>
68-
<td> D6, D7 </td>
69-
<td colspan="3" align="center"> Unsupported </td>
49+
<td>✓</td> <td>✓</td> <td></td> <td></td>
7050
</tr>
7151
<tr>
7252
<td> Drush 6 </td>
7353
<td> <a href="https://travis-ci.org/drush-ops/drush">6.x</a> </td>
7454
<td> 5.3.0+ </td>
75-
<td> D6, D7 </td>
76-
<td colspan="3" align="center"> Unsupported </td>
55+
<td>✓</td> <td>✓</td> <td></td> <td></td>
7756
</tr>
7857
<tr>
7958
<td> Drush 5 </td>
8059
<td> <a href="https://travis-ci.org/drush-ops/drush">5.x</a> </td>
8160
<td> 5.2.0+ </td>
82-
<td> D6, D7 </td>
83-
<td colspan="3" align="center"> Unsupported </td>
61+
<td>✓</td> <td>✓</td> <td></td> <td></td>
8462
</tr>
8563
</table>
64+
65+
<table>
66+
<tr>
67+
<th colspan="2">Legend</th>
68+
</tr>
69+
<tr>
70+
<td>✅</td> <td>Supported and recommended</td>
71+
</tr>
72+
<tr>
73+
<td><b>⚠️</b></td> <td>Supported but not recommended</td>
74+
</tr>
75+
<tr>
76+
<td>✓</td> <td>Compatible but no longer supported</td>
77+
</tr>
78+
</table>

0 commit comments

Comments
 (0)