commit e8b98bf9ab03ba6b05bcae1ec6b3a58dadefc3a8
Author: Elan Ruusamäe <[email protected]>
Date: Thu Sep 29 17:42:44 2022 +0300
Add php 8.2 to php versions
PLD_Builder/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/config.py b/PLD_Builder/config.py
index ec508c8..1852f6f 100644
--- a/PLD_Builder/config.py
+++ b/PLD_Builder/config.py
@@ -110,7 +110,7 @@ class Builder_Conf:
self.builder_user = get("builder_user", "builder")
self.sudo_chroot_wrapper = get("sudo_chroot_wrapper", "")
# Available php versions in the distro
- self.php_versions = get("php_versions", "4 5.2 5.3 5.4 5.5 5.6 7.0 7.1
7.2 7.3 7.4 8.0 8.1").split(" ")
+ self.php_versions = get("php_versions", "4 5.2 5.3 5.4 5.5 5.6 7.0 7.1
7.2 7.3 7.4 8.0 8.1 8.2").split(" ")
self.nice = get("nice", "0")
f = get("syslog", "")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/e8b98bf9ab03ba6b05bcae1ec6b3a58dadefc3a8
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit