Skip to content

Commit 2323817

Browse files
committed
fix: Sytem::php check
1 parent 63a1d74 commit 2323817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cms/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function php(): bool
369369
{
370370
return
371371
version_compare(PHP_VERSION, '8.2.0', '>=') === true &&
372-
version_compare(PHP_VERSION, '8.5.0', '<') === true;
372+
version_compare(PHP_VERSION, '8.6.0', '<') === true;
373373
}
374374

375375
/**

0 commit comments

Comments
 (0)