1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

Installing different versions of phpunit with different versions of php

This commit is contained in:
Ivan Chaplygin 2024-09-20 11:56:40 +03:00
parent 45eabee632
commit 9413e73c7f

View file

@ -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