1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +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 f3cfe6b164
commit 6b7ab5b794

View File

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