Skip to content

Commit

Permalink
Much nicer fix for 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-bull committed Nov 16, 2022
1 parent cf2cd22 commit ced980d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:

script:
- composer check-platform-reqs --no-dev
- ./tools/php_codesniffer/vendor/bin/phpcs . --severity=1 -d error_reporting="E_ALL&~E_DEPRECATED"
- ./tools/php_codesniffer/vendor/bin/phpcs . --severity=1
- ./bin/php-security-checker
- export WP_MULTISITE=0; ./bin/phpunit --exclude-group=ms-required
- export WP_MULTISITE=1; ./bin/phpunit --exclude-group=ms-excluded
2 changes: 2 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<config name="testVersion" value="8.0" />
<config name="minimum_supported_wp_version" value="5.3" />
<config name="severity" value="1" />
<config name="text_domain" value="wp-project-skeleton" /> <!-- Value required for 8.1 support -->
<config name="prefixes" value="" /> <!-- Value required for 8.1 support -->

<!-- How to scan -->
<arg value="sp"/> <!-- Show sniff and progress -->
Expand Down

0 comments on commit ced980d

Please sign in to comment.