Skip to content
Snippets Groups Projects

Fix some PHP 7 tests and PHPCS

Merged Erick Hitter requested to merge update/php-7-wp into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -68,7 +68,7 @@ PHPunit:PHP8.1:MySQL:
@@ -68,7 +68,7 @@ PHPunit:PHP8.1:MySQL:
PHPCS:
PHPCS:
stage: test
stage: test
image: containers.ethitter.com:443/docker/images/php:7.4
image: containers.ethitter.com:443/docker/images/php:8.2
before_script:
before_script:
- composer global require automattic/vipwpcs
- composer global require automattic/vipwpcs
- composer global require phpcompatibility/phpcompatibility-wp
- composer global require phpcompatibility/phpcompatibility-wp
Loading