Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixes #3998: Support PHP 7.4 #3997

Merged
merged 9 commits into from
Feb 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
# Custom configuration.
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
- BLT_DIR=$TRAVIS_BUILD_DIR
- DRUPAL_CORE_HEAD=8.8.x-dev
- DRUPAL_CORE_HEAD=8.9.x-dev
# Change to 1 to debug failed tests.
- BLT_PRINT_COMMAND_OUTPUT=0

Expand All @@ -46,6 +46,8 @@ jobs:
- { name: "Integrated test w/ dev package versions & next minor dev version of Drupal core", env: ORCA_JOB=CORE_NEXT }
# Custom jobs.
- env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm'
- env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm'
php: "7.4"
- env: DRUPAL_CORE_VERSION=default PHPUNIT_GROUP='drupal'
- env: DRUPAL_CORE_VERSION=$DRUPAL_CORE_HEAD
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"composer/semver": "^1.4",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0",
"consolidation/robo": "^1.4.10",
"consolidation/robo": "^1.4.12",
"cweagans/composer-patches": "^1.6.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"dflydev/dot-access-data": "^1.1.0",
"doctrine/common": "^2.5",
"drupal/coder": "^8.3.1",
"drupal/core": "^8.7.0",
"drupol/phposinfo": "^1.6",
"drush/drush": "^9.5.0 || ^10.0.1",
"drush/drush": "^9.5.0 || ^10.2.2",
"grasmash/drupal-security-warning": "^1.0.0",
"grasmash/yaml-cli": "^1.0.0",
"grasmash/yaml-expander": "^1.2.0",
Expand Down
Loading