[projects/pld-builder.new] builder: include php 7.4 support

glen glen at pld-linux.org
Sat Jun 22 20:40:37 CEST 2019


commit 98432aff3a71a42ad461e359240feea5ed3bbb6d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jun 22 21:40:35 2019 +0300

    builder: include php 7.4 support

 PLD_Builder/request.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index fea5528..0bc40aa 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -409,7 +409,7 @@ class Batch:
 
     def php_ignores(self, php_version):
         # available php versions in distro
-        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3']
+        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
 
         # remove current php version
         try:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/98432aff3a71a42ad461e359240feea5ed3bbb6d



More information about the pld-cvs-commit mailing list