Skip to content

Commit 341bdbe

Browse files
author
Philipp Handle
committed
fix version check
1 parent dbe4e19 commit 341bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)