1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01: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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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