1
0
mirror of synced 2025-03-24 00:53:52 +03:00

Fix error in tests, use stable version WordPress 5.8

This commit is contained in:
Dima Uryvskiy 2021-11-17 10:32:15 +03:00 committed by GitHub
parent 2816b81445
commit 6a716cc14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,22 +378,22 @@ jobs:
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.0'
wp: 'latest'
wp: '5.8'
wc: '3.9.0'
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.1'
wp: 'latest'
wp: '5.8'
wc: '3.9.0'
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.2'
wp: 'latest'
wp: '5.8'
wc: '3.9.0'
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.3'
wp: 'latest'
wp: '5.8'
wc: '3.9.0'
phpunit-version: 'phpunit:6.4.3'
services:
mysql:
image: mysql:5.7