1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 22:56:41 +02:00

Disable php 8 build for v1

This commit is contained in:
Jordi Boggiano
2020-12-09 13:56:13 +01:00
parent d3f4f48f0f
commit 24a9588865

View File

@@ -25,7 +25,8 @@ jobs:
- "7.2" - "7.2"
- "7.3" - "7.3"
- "7.4" - "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 # 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" # - "8.1"