We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7240865 commit 1057f28Copy full SHA for 1057f28
1 file changed
.travis.yml
@@ -3,7 +3,9 @@ sudo: false
3
4
php:
5
- 7.2
6
- - 7.3
+# 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
9
10
env:
11
global:
0 commit comments