feat(compatibility): add php 8.3
This commit is contained in:
parent
7f5e48014d
commit
247c06c9c7
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Nothing
|
- Support for PHP 8.3
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -110,9 +110,9 @@ switch ($step) {
|
||||||
'label' => __('Compatible'),
|
'label' => __('Compatible'),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'filename' => __('PHP Version < 8.3'),
|
'filename' => __('PHP Version < 8.4'),
|
||||||
'icon' => 'php',
|
'icon' => 'php',
|
||||||
'condition' => \version_compare(\PHP_VERSION, '8.3', '<'),
|
'condition' => \version_compare(\PHP_VERSION, '8.4', '<'),
|
||||||
'label' => __('Compatible'),
|
'label' => __('Compatible'),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue