mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
f3cfe6b164
commit
6b7ab5b794
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ matrix:
|
|||
- php: nightly
|
||||
env: DB=mysqli
|
||||
allow_failures:
|
||||
- php: 7.3
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue