We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sytem::php
1 parent 63a1d74 commit 2323817Copy full SHA for 2323817
src/Cms/System.php
@@ -369,7 +369,7 @@ public function php(): bool
369
{
370
return
371
version_compare(PHP_VERSION, '8.2.0', '>=') === true &&
372
- version_compare(PHP_VERSION, '8.5.0', '<') === true;
+ version_compare(PHP_VERSION, '8.6.0', '<') === true;
373
}
374
375
/**
0 commit comments