Skip to content

Commit 267c2e6

Browse files
committed
wp4.7
1 parent 8aedaff commit 267c2e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push-test-deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
wp: 5.1
3333
- php: 7.0
3434
wp: '5.0'
35+
- php: 5.6
36+
wp: 4.7
3537

3638
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
3739
steps:
@@ -43,11 +45,13 @@ jobs:
4345
extensions: mbstring, intl , mysqli
4446
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
4547
coverage: xdebug #optional, setup coverage driver
46-
tools: phpunit, composer
4748

4849
- name: Check PHP Version
4950
run: php -v
5051

52+
- name: Install phpunit global
53+
run: composer global require "phpunit/phpunit=5.7.*|6.*.*|7.*.*"
54+
5155
- name: Check phpunit version
5256
run: phpunit --version
5357

0 commit comments

Comments
 (0)