Skip to content

Commit c8bc59d

Browse files
committed
docs(travis): Document that PHP 7.4 testing is blocked on Drupal core compatibility
1 parent 3ec645c commit c8bc59d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ matrix:
3434
- DRUPAL_CORE=8.8.x
3535
# Only run code coverage on the latest php and drupal versions.
3636
- 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
37+
# PHP 7.4 testing is allowed to fail because Drupal core is not compatible
38+
# yet. See https://www.drupal.org/project/drupal/issues/3086374
4039
- php: 7.4
4140

4241
mysql:

0 commit comments

Comments
 (0)