[TikiWiki-commits] [Git][tikiwiki/tiki][master] [NEW] .gitlab-ci.yml: Add PHP 8.4 support for linting and unit tests

"SoftStart Code \(@softstartcode\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68cbbdeb47d_2c5637e070237@gitlab-sidekiq-low-urgency-cpu-bound-v2-67d9d88d6c-99kh7.mail>

SoftStart Code pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
da3540f3 by Sandeep D at 2025-09-18T08:00:22+00:00
[NEW] .gitlab-ci.yml: Add PHP 8.4 support for linting and unit tests
---
* [NEW] .gitlab-ci.yml: Add PHP 8.4 support for linting and unit tests

See merge request tikiwiki/tiki!8505

- - - - -


2 changed files:

- .gitlab-ci.yml
- lib/core/Tiki/MailIn/Source/Pop3.php


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -216,6 +216,7 @@ phplint:
       - PHP_VERSION: "8.1"
       - PHP_VERSION: "8.2"
       - PHP_VERSION: "8.3"
+      - PHP_VERSION: "8.4"
 
 smarty-lint:
   stage: lint
@@ -533,6 +534,8 @@ unit-tests:
         DB_IMAGE: ${MARIADB_IMAGE_OLDEST_SUPPORTED}
       - PHP_VERSION: "8.3"
         DB_IMAGE: ${MARIADB_IMAGE_NEWEST_SUPPORTED}
+      - PHP_VERSION: "8.4"
+        DB_IMAGE: ${MARIADB_IMAGE_NEWEST_SUPPORTED}
 
 unit-tests-node:
   stage: unit-tests


=====================================
lib/core/Tiki/MailIn/Source/Pop3.php
=====================================
@@ -12,7 +12,6 @@ use ZBateson\MailMimeParser\MailMimeParser;
  * @deprecated This class is deprecated and will be removed after Tiki30LTS.
  * POP3 access is no longer supported in Tiki.
  */
-#[\Deprecated]
 class Pop3 implements SourceInterface
 {
     protected $host;



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da3540f35dfc2682484c1074f1ce0e6f6fc1e10b

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da3540f35dfc2682484c1074f1ce0e6f6fc1e10b
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.