We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40c4cd commit a198f0bCopy full SHA for a198f0b
.travis.yml
@@ -58,6 +58,10 @@ matrix:
58
services:
59
- postgresql
60
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
65
- php: 7.1
66
env: PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
67
0 commit comments