]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
add php 7.1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 19 Dec 2016 20:24:57 +0000 (22:24 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 28 Jan 2017 08:50:24 +0000 (10:50 +0200)
PLD_Builder/request.py

index eba63fc248e247644ee3ac55f23b84f9b2e9ee22..24784c062298edb749c87cab1c6d7f0a889ce09f 100644 (file)
@@ -407,7 +407,7 @@ class Batch:
             return v.replace('.', '')
 
         # available php versions in distro
-        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0']
+        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0', '7.1']
 
         # current version if -D php_suffix is present
         php_version = php_name_to_ver(self.defines['php_suffix'])
This page took 0.275009 seconds and 4 git commands to generate.