[projects/pld-builder.new] Add 8.0 to php_ignores list

glen glen at pld-linux.org
Wed Oct 14 22:06:55 CEST 2020


commit aec891e080e9a500c8e6994e6f256ff2238a3258
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 14 23:06:49 2020 +0300

    Add 8.0 to php_ignores list

 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 0bc40aa..6678591 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', '7.4']
+        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']
 
         # remove current php version
         try:
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list