From 24a9588865006395cd724ac4769c9ec3c7f6de6b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 9 Dec 2020 13:56:13 +0100 Subject: [PATCH] Disable php 8 build for v1 --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a05ef599..f4de761b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,7 +25,8 @@ jobs: - "7.2" - "7.3" - "7.4" - - "8.0" + # disabled for monolog 1.x as not worth the trouble, people should use monolog 2 anyway + # - "8.0" # disabled for now as it leads to PHPUnit installing in a very old 4.3 version due to phpspec/prophecy not allowing 8.1 # - "8.1"