Skip to content

Commit a198f0b

Browse files
committed
Fixing allowed failures
1 parent b40c4cd commit a198f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ matrix:
5858
services:
5959
- postgresql
6060
allow_failures:
61+
- php: 7.3 # 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
62+
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
63+
- php: 7.4
64+
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
6165
- php: 7.1
6266
env: PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
6367
- php: 7.1

0 commit comments

Comments
 (0)