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

Commit 9a4d489

Browse files
committed
Bump Travis CI PHP version.
1 parent c22726b commit 9a4d489

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ os: linux
55

66
version: ~> 1.0
77

8-
php: "7.2"
8+
php:
9+
- "7.2"
10+
- "7.4"
911

1012
addons:
1113
chrome: stable
@@ -29,7 +31,7 @@ env:
2931
# Custom configuration.
3032
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
3133
- BLT_DIR=$TRAVIS_BUILD_DIR
32-
- DRUPAL_CORE_HEAD=8.8.x-dev
34+
- DRUPAL_CORE_HEAD=8.9.x-dev
3335
# Change to 1 to debug failed tests.
3436
- BLT_PRINT_COMMAND_OUTPUT=0
3537

@@ -46,6 +48,7 @@ jobs:
4648
- { name: "Integrated test w/ dev package versions & next minor dev version of Drupal core", env: ORCA_JOB=CORE_NEXT }
4749
# Custom jobs.
4850
- env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm'
51+
- { env: DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='drupal,requires-vm', php: "7.4"}
4952
- env: DRUPAL_CORE_VERSION=default PHPUNIT_GROUP='drupal'
5053
- env: DRUPAL_CORE_VERSION=$DRUPAL_CORE_HEAD
5154
allow_failures:

0 commit comments

Comments
 (0)