Skip to content

Commit f2db271

Browse files
committed
Enabling PHP 7.3 tests again
Now that PHP-SQL-Parser 4.3.0 is released (https://github.com/greenlion/PHP-SQL-Parser/releases/tag/4.3.0) \o/, we can enable PHP 7.3 tests again.
1 parent 2f5705c commit f2db271

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ cache:
66
- $HOME/.composer/cache
77
matrix:
88
include:
9+
- php: 7.3
10+
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
911
- php: 7.2
1012
env: PREFER_LOWEST="" DB=mysql
1113
- php: 7.1
@@ -52,9 +54,6 @@ matrix:
5254
env: PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
5355
- php: 7.1
5456
env: PREFER_LOWEST="--prefer-lowest" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
55-
# 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
56-
- php: 7.3
57-
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
5857
env:
5958
global:
6059
- GIT_NAME: "'Couscous auto deploy'"

0 commit comments

Comments
 (0)