Installing different versions of phpunit with different versions of php
This commit is contained in:
parent
45eabee632
commit
9413e73c7f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/woo.yml
vendored
8
.github/workflows/woo.yml
vendored
|
@ -34,11 +34,11 @@ jobs:
|
|||
- php-version: '7.4'
|
||||
wp: '5.3'
|
||||
wc: '5.4.3'
|
||||
phpunit: 'phpunit:8.2.3'
|
||||
phpunit: 'phpunit:7.5.20'
|
||||
- php-version: '7.4'
|
||||
wp: '5.3'
|
||||
wc: '6.4.0'
|
||||
phpunit: 'phpunit:8.2.3'
|
||||
phpunit: 'phpunit:7.5.20'
|
||||
|
||||
# WordPress 6.0
|
||||
# PHP 7.0 and 7.4
|
||||
|
@ -53,11 +53,11 @@ jobs:
|
|||
- php-version: '7.4'
|
||||
wp: '6.0'
|
||||
wc: '5.4.3'
|
||||
phpunit: 'phpunit:8.2.3'
|
||||
phpunit: 'phpunit:7.5.20'
|
||||
- php-version: '7.4'
|
||||
wp: '6.0'
|
||||
wc: '6.4.0'
|
||||
phpunit: 'phpunit:8.2.3'
|
||||
phpunit: 'phpunit:7.5.20'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
|
Loading…
Add table
Reference in a new issue