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

Commit 0ce2101

Browse files
authored
Fixes #3998: Support PHP 7.4 (#3997) (#4030)
* Bump Travis CI PHP version. * Bump robo version to support php 7.4. * debug * Update .travis.yml * Drush 10 php 7.4.
1 parent eac492f commit 0ce2101

File tree

3 files changed

+385
-326
lines changed

3 files changed

+385
-326
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
# Custom configuration.
3030
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
3131
- BLT_DIR=$TRAVIS_BUILD_DIR
32-
- DRUPAL_CORE_HEAD=8.8.x-dev
32+
- DRUPAL_CORE_HEAD=8.9.x-dev
3333
# Change to 1 to debug failed tests.
3434
- BLT_PRINT_COMMAND_OUTPUT=0
3535

@@ -46,6 +46,8 @@ jobs:
4646
- { name: "Integrated test w/ dev package versions & next minor dev version of Drupal core", env: ORCA_JOB=CORE_NEXT }
4747
# Custom jobs.
4848
- env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm'
49+
- env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm'
50+
php: "7.4"
4951
- env: DRUPAL_CORE_VERSION=default PHPUNIT_GROUP='drupal'
5052
- env: DRUPAL_CORE_VERSION=$DRUPAL_CORE_HEAD
5153
allow_failures:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"composer/semver": "^1.4",
2424
"consolidation/comments": "^1.0",
2525
"consolidation/config": "^1.0.0",
26-
"consolidation/robo": "^1.4.10",
26+
"consolidation/robo": "^1.4.12",
2727
"cweagans/composer-patches": "^1.6.5",
2828
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
2929
"dflydev/dot-access-data": "^1.1.0",
3030
"doctrine/common": "^2.5",
3131
"drupal/coder": "^8.3.1",
3232
"drupal/core": "^8.7.0",
3333
"drupol/phposinfo": "^1.6",
34-
"drush/drush": "^9.5.0 || ^10.0.1",
34+
"drush/drush": "^9.5.0 || ^10.2.2",
3535
"grasmash/drupal-security-warning": "^1.0.0",
3636
"grasmash/yaml-cli": "^1.0.0",
3737
"grasmash/yaml-expander": "^1.2.0",

0 commit comments

Comments
 (0)