Skip to content

Commit 5a6a902

Browse files
authored
Change php version for travis to check against. (#128)
* Change php version for travis to check against. Fix issues #126 produced by the inclusion of phpstan/extension-installer * Add phpunit-polyfills to dev packages
1 parent 1a7f1a7 commit 5a6a902

File tree

3 files changed

+66
-4
lines changed

3 files changed

+66
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sudo: false
44

55
# Test main supported versions of PHP and HHVM against latest WP. 5.2 is min supported version.
66
php:
7-
- 7.0
87
- 7.1
98
- 7.2
9+
- 7.3
1010

1111
services:
1212
- mysql

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"woocommerce/woocommerce-sniffs": "0.1.0",
2525
"php-stubs/woocommerce-stubs": "^5.1",
2626
"szepeviktor/phpstan-wordpress": "^0.7.5",
27-
"phpstan/extension-installer": "^1.1"
27+
"phpstan/extension-installer": "^1.1",
28+
"yoast/phpunit-polyfills": "^1.0"
2829
},
2930
"require": {
3031
"amzn/amazon-pay-api-sdk-php": "^2.2"

composer.lock

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

0 commit comments

Comments
 (0)