Skip to content

Commit 0b5c60d

Browse files
authored
Merge pull request #111 from localheinz/feature/php73
Enhancement: Add PHP 7.3 to Travis CI build matrix
2 parents e19b89c + dd4fafc commit 0b5c60d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- composer lint
5151
- composer phpcs
5252
env: BUILD=sniff
53+
- stage: test
54+
php: 7.3
55+
env: WP_VERSION=latest
5356
- stage: test
5457
php: 7.2
5558
env: WP_VERSION=latest

features/core-update.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Feature: Update WordPress core
208208
wordpress-4.2.4-partial-1-en_US.zip
209209
"""
210210

211+
@less-than-php-7.3
211212
Scenario: Make sure files are cleaned up
212213
Given a WP install
213214
When I run `wp core update --version=4.4 --force`
@@ -241,6 +242,7 @@ Feature: Update WordPress core
241242
When I run `wp post create --post_title='Test post' --porcelain`
242243
Then STDOUT should be a number
243244

245+
@less-than-php-7.3
244246
Scenario: Minor update on an unlocalized WordPress release
245247
Given a WP install
246248
And an empty cache

0 commit comments

Comments
 (0)