Skip to content

Commit 1057f28

Browse files
klausifubhy
authored andcommitted
fix(travis): Disable PHP 7.3 testing for now because it fails and we cannot reproduce the error. (#874)
1 parent 7240865 commit 1057f28

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ sudo: false
33

44
php:
55
- 7.2
6-
- 7.3
6+
# PHP 7.3 testing is disabled for now because there is an error we cannot
7+
# reproduce locally. See https://github.com/drupal-graphql/graphql/pull/872
8+
# - 7.3
79

810
env:
911
global:

0 commit comments

Comments
 (0)