Skip to content

Commit 4ebd2aa

Browse files
authored
Merge pull request #244 from shawnhooper/php73
Add PHP 7.3 Compatability Checks
2 parents 3cd816b + af05c99 commit 4ebd2aa

File tree

8 files changed

+190
-103
lines changed

8 files changed

+190
-103
lines changed

.travis.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
11
sudo: false
22
language: php
33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1
97
- 7.2
8+
- 7.3
109
env:
1110
- WP_VERSION=latest
1211
- WP_VERSION=4.5
1312
dist: trusty
1413
matrix:
1514
include:
1615
- php: 5.2
17-
env: WP_VERSION=latest
18-
dist: precise
19-
- php: 5.2
20-
env: WP_VERSION=4.5
16+
env: WP_VERSION=5.1
2117
dist: precise
2218
- php: 5.3
23-
env: WP_VERSION=latest
19+
env: WP_VERSION=5.1
2420
dist: precise
25-
- php: 5.3
26-
env: WP_VERSION=4.5
21+
- php: 5.4
22+
env: WP_VERSION=5.1
23+
dist: precise
24+
- php: 5.5
25+
env: WP_VERSION=5.1
2726
dist: precise
2827
- php: 5.6
28+
env: WP_VERSION=5.1 WP_MULTISITE=1
29+
- php: 7.3
30+
env: WP_VERSION=5.2 WP_MULTISITE=1
31+
- php: 7.3
2932
env: WP_VERSION=latest WP_MULTISITE=1
30-
- php: 5.6
31-
env: WP_VERSION=4.5 WP_MULTISITE=1
32-
- php: 7.0
33+
- php: 7.3
3334
env: NPM_TESTS=1
35+
exclude:
36+
- php: 7.3
37+
env: WP_VERSION=4.5
38+
3439

3540
before_script:
3641
- |

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"email": "[email protected]"
88
}],
99
"require": {
10-
"squizlabs/php_codesniffer": "^2.9.1",
10+
"squizlabs/php_codesniffer": "^2.9.2",
1111
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
12-
"phpcompatibility/phpcompatibility-wp": "^1"
12+
"phpcompatibility/phpcompatibility-wp": "^2"
1313
},
1414
"require-dev": {
15-
"wp-coding-standards/wpcs": "dev-master"
15+
"wp-coding-standards/wpcs": "^1"
1616
},
1717
"scripts": {
1818
"post-update-cmd": [

composer.lock

Lines changed: 98 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php52/composer.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)