[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REL] Tiki-Chek: Add requirements for Tiki-30.x
"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69b9b62ad3f01_3b18c92873472@gitlab-sidekiq-low-urgency-cpu-bound-v2-868547c8bf-dwxgm.mail> |
ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
46831cf0 by usbbush at 2026-03-17T22:14:10+02:00
[REL] Tiki-Chek: Add requirements for Tiki-30.x
- - - - -
1 changed file:
- tiki-check.php
Changes:
=====================================
tiki-check.php
=====================================
@@ -331,12 +331,28 @@ function checkOPcacheCompatibility()
function getTikiRequirements()
{
return array(
+ array(
+ 'name' => 'Tiki 30.x',
+ 'version' => 30,
+ 'php' => array(
+ 'min' => '8.1.0', // For the latest version, this should match TIKI_MIN_PHP_VERSION, but cannot use it since tiki-check is expected to run standalone
+ 'max' => '8.5.99', // For the latest version, this should match TIKI_MAX_SUPPORTED_PHP_VERSION, but cannot use it since tiki-check is expected to run standalone
+ ),
+ 'mariadb' => array(
+ 'min' => '10.5',
+ 'max' => null
+ ),
+ 'mysql' => array(
+ 'min' => '8.0',
+ 'max' => null
+ ),
+ ),
array(
'name' => 'Tiki 29.x',
'version' => 29,
'php' => array(
- 'min' => '8.1.0', // For the latest version, this should match TIKI_MIN_PHP_VERSION, but cannot use it since tiki-check is expected to run standalone
- 'max' => '8.4.99', // For the latest version, this should match TIKI_MAX_SUPPORTED_PHP_VERSION, but cannot use it since tiki-check is expected to run standalone
+ 'min' => '8.1.0',
+ 'max' => '8.4.99',
),
'mariadb' => array(
'min' => '10.5',
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/46831cf05509660ea60f30964a01b2e63f90046b
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/46831cf05509660ea60f30964a01b2e63f90046b
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs