1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 00:21:42 +02:00

[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved

PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.

PHPBB3-14948
This commit is contained in:
Marc Alexander
2018-12-30 20:59:46 +01:00
parent 3c0fd43f85
commit 4ff993fc1b

View File

@@ -24,6 +24,7 @@ matrix:
- php: nightly
env: DB=mysqli
allow_failures:
- php: 7.3
- php: nightly
fast_finish: true