Skip to content

Commit

Permalink
Increase the fallback default minimum PHP version to 7.2.24 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal authored Jul 31, 2024
1 parent 3049314 commit 16a3699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function() {
add_shortcode(
'minimum_php',
function() {
return defined( 'MINIMUM_PHP' ) ? MINIMUM_PHP : '7.0';
return defined( 'MINIMUM_PHP' ) ? MINIMUM_PHP : '7.2.24';
}
);

Expand Down

0 comments on commit 16a3699

Please sign in to comment.