Skip to content

Commit ac13da9

Browse files
authored
fix(travis): Allow failures instead of completely disabling PHP 7.3 testing (#875)
1 parent 1057f28 commit ac13da9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

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

44
php:
55
- 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
6+
- 7.3
97

108
env:
119
global:
@@ -31,6 +29,10 @@ matrix:
3129
- DRUPAL_CORE=8.7.x
3230
# Only run code coverage on the latest php and drupal versions.
3331
- WITH_PHPDBG_COVERAGE=true
32+
# PHP 7.3 testing is allowed to fail for now because there is an error we
33+
# cannot reproduce locally.
34+
# See https://github.com/drupal-graphql/graphql/pull/872
35+
- php: 7.3
3436

3537
mysql:
3638
database: graphql

0 commit comments

Comments
 (0)