We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1057f28 commit ac13da9Copy full SHA for ac13da9
1 file changed
.travis.yml
@@ -3,9 +3,7 @@ sudo: false
3
4
php:
5
- 7.2
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
+ - 7.3
9
10
env:
11
global:
@@ -31,6 +29,10 @@ matrix:
31
29
- DRUPAL_CORE=8.7.x
32
30
# Only run code coverage on the latest php and drupal versions.
33
- WITH_PHPDBG_COVERAGE=true
+ # PHP 7.3 testing is allowed to fail for now because there is an error we
+ # cannot reproduce locally.
34
+ # See https://github.com/drupal-graphql/graphql/pull/872
35
+ - php: 7.3
36
37
mysql:
38
database: graphql
0 commit comments