Merge pull request #27999 from rodrigoprimo/update/remove-php-from-e2e-travis-job
Remove PHP 7.4 from the Travis job that runs E2E tests
This commit is contained in:
commit
e5f0ce0723
|
@ -29,7 +29,6 @@ jobs:
|
|||
fast_finish: true
|
||||
include:
|
||||
- name: "Core E2E Tests"
|
||||
php: 7.4
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
||||
install:
|
||||
- nvm install
|
||||
|
|
Loading…
Reference in New Issue