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

[ticket/15828] Do not allow PHP 7.3 tests to fail

PHPBB3-15828
This commit is contained in:
Marc Alexander
2019-05-11 17:37:12 +02:00
parent 89ae1c3221
commit 31ab3d93a2

View File

@@ -17,14 +17,11 @@ matrix:
env: DB=mysqli # MyISAM
- php: 7.2
env: DB=mysqli
- php: 7.2
env: DB=mysqli
- php: 7.3
env: DB=mysqli
- php: nightly
env: DB=mysqli
allow_failures:
- php: 7.3
- php: nightly
fast_finish: true