mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Add minimum required PHP version to run-tests.php
This integrates a simple minimum PHP version info in the tool and to also define the minimum version that the tool syntax should support.
This commit is contained in:
parent
0122f395c7
commit
434388a610
@ -29,6 +29,8 @@
|
||||
|
||||
/* Let there be no top-level code beyond this point:
|
||||
* Only functions and classes, thanks!
|
||||
*
|
||||
* Minimum required PHP version: 7.0.0
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user