Skip to content

Commit

Permalink
php 7.0 and wp 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Nov 15, 2020
1 parent c6817bf commit a5a4d3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
wp: latest
- php: 7.2
wp: 5.1
- php: 7.1
- php: 7.0
wp: '5.0'

name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
Expand Down Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Install phpunit global
run: composer global require "phpunit/phpunit=5.7.*|6.*.*|7.*.*"

- name: phpunit version
run: phpunit --version
- name: phpunit tests
run: phpunit

Expand Down

0 comments on commit a5a4d3a

Please sign in to comment.