Skip to content

Commit dbe4e19

Browse files
author
Philipp Handle
committed
fix version check
1 parent 70eba92 commit dbe4e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/churn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
1515
die(1);
1616
}
1717

18-
if (version_compare('8.1.33', PHP_VERSION, '>=')) {
18+
if (version_compare('8.1.33', PHP_VERSION, '<')) {
1919
fwrite(
2020
STDERR,
2121
sprintf(

0 commit comments

Comments
 (0)