From aec891e080e9a500c8e6994e6f256ff2238a3258 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 14 Oct 2020 23:06:49 +0300 Subject: [PATCH] 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: -- 2.44.0