We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec645c commit c8bc59dCopy full SHA for c8bc59d
1 file changed
.travis.yml
@@ -34,9 +34,8 @@ matrix:
34
- DRUPAL_CORE=8.8.x
35
# Only run code coverage on the latest php and drupal versions.
36
- WITH_PHPDBG_COVERAGE=true
37
- # PHP 7.4 testing is allowed to fail because the GD extension is not
38
- # packaged on Travis CI yet.
39
- # See https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/9
+ # PHP 7.4 testing is allowed to fail because Drupal core is not compatible
+ # yet. See https://www.drupal.org/project/drupal/issues/3086374
40
- php: 7.4
41
42
mysql:
0 commit comments