Skip to content

Commit 7547b34

Browse files
author
Shawn Hooper
committed
Add PHP 7.3 as an available test version in the settings page UI
1 parent 3cd816b commit 7547b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpengine-phpcompat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public static function init() {
110110
*/
111111
function get_phpversions() {
112112
$versions = array(
113+
'PHP 7.3' => '7.3',
113114
'PHP 7.2' => '7.2',
114115
'PHP 7.1' => '7.1',
115116
'PHP 7.0' => '7.0',

0 commit comments

Comments
 (0)