[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REL] Tiki-Chek: Add requirements for Tiki-29.x
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <688d207653b5c_2cd5f5c4709a@gitlab-sidekiq-low-urgency-cpu-bound-v2-655597b6c5-fvgfg.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
e29c01df by Rodriguez Nyiringabo at 2025-08-01T19:49:04+00:00
[REL] Tiki-Chek: Add requirements for Tiki-29.x
---
* [REL] Add requirements for Tiki-29.x
See merge request tikiwiki/tiki!8080
- - - - -
1 changed file:
- tiki-check.php
Changes:
=====================================
tiki-check.php
=====================================
@@ -73,8 +73,8 @@ function getTikiRequirements()
{
return array(
array(
- 'name' => 'Tiki 28.x',
- 'version' => 28,
+ '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
@@ -88,6 +88,22 @@ function getTikiRequirements()
'max' => null
),
),
+ array(
+ 'name' => 'Tiki 28.x',
+ 'version' => 28,
+ 'php' => array(
+ 'min' => '8.1.0',
+ 'max' => '8.4.99',
+ ),
+ 'mariadb' => array(
+ 'min' => '10.5',
+ 'max' => null
+ ),
+ 'mysql' => array(
+ 'min' => '8.0',
+ 'max' => null
+ ),
+ ),
array(
'name' => 'Tiki 27.x',
'version' => 27,
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e29c01df3beda5c81f6abc9273f69b6bddec678b
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e29c01df3beda5c81f6abc9273f69b6bddec678b
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs