Skip to content

Commit f72ac66

Browse files
committed
added test wp 5.1
1 parent a572aed commit f72ac66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
wp: latest
2929
- php: 7.2
3030
wp: latest
31+
- php: 7.2
32+
wp: 5.1
3133

3234
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
3335
steps:
@@ -53,7 +55,7 @@ jobs:
5355
run: |
5456
bash ./bin/build.sh
5557
56-
- name: Install composer
58+
- name: Install phpunit global
5759
run: composer global require "phpunit/phpunit=5.7.*|6.*.*|7.*.*"
5860

5961
- name: phpunit tests

0 commit comments

Comments
 (0)