We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aedaff commit 267c2e6Copy full SHA for 267c2e6
.github/workflows/push-test-deploy.yml
@@ -32,6 +32,8 @@ jobs:
32
wp: 5.1
33
- php: 7.0
34
wp: '5.0'
35
+ - php: 5.6
36
+ wp: 4.7
37
38
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
39
steps:
@@ -43,11 +45,13 @@ jobs:
43
45
extensions: mbstring, intl , mysqli
44
46
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
47
coverage: xdebug #optional, setup coverage driver
- tools: phpunit, composer
48
49
- name: Check PHP Version
50
run: php -v
51
52
+ - name: Install phpunit global
53
+ run: composer global require "phpunit/phpunit=5.7.*|6.*.*|7.*.*"
54
+
55
- name: Check phpunit version
56
run: phpunit --version
57
0 commit comments