Skip to content

Commit 0a4e513

Browse files
committed
Force 5.3.29 to be considered EOL.
1 parent d82c8f6 commit 0a4e513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eol.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</tr>
3939
</thead>
4040
<tbody>
41-
<?php foreach (get_eol_branches() as $major => $branches):
41+
<?php foreach (get_eol_branches(array('5.3.29')) as $major => $branches):
4242

4343
foreach ($branches as $branch => $detail) {
4444
try {

0 commit comments

Comments
 (0)