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 2f5705c commit f2db271Copy full SHA for f2db271
.travis.yml
@@ -6,6 +6,8 @@ cache:
6
- $HOME/.composer/cache
7
matrix:
8
include:
9
+ - php: 7.3
10
+ env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
11
- php: 7.2
12
env: PREFER_LOWEST="" DB=mysql
13
- php: 7.1
@@ -52,9 +54,6 @@ matrix:
52
54
env: PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
53
55
56
env: PREFER_LOWEST="--prefer-lowest" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
- # 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
- - php: 7.3
57
- env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
58
env:
59
global:
60
- GIT_NAME: "'Couscous auto deploy'"
0 commit comments