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

Commit 5814e53

Browse files
committed
Bump Travis CI PHP version.
1 parent c22726b commit 5814e53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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:

0 commit comments

Comments
 (0)