Skip to content

Commit

Permalink
Drop PHP 5.6 CI jobs (#52345)
Browse files Browse the repository at this point in the history
* Remove PHP 5.6 PHPUnit CI job
* Raise version in phpcs / WPCS
  • Loading branch information
hellofromtonya committed Jul 5, 2023
1 parent 7eec919 commit d9022ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
fail-fast: true
matrix:
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="WordPress Coding Standards for Gutenberg Plugin">
<description>Sniffs for WordPress plugins, with minor modifications for Gutenberg</description>

<config name="testVersion" value="5.6-"/>
<config name="testVersion" value="7.0-"/>
<rule ref="PHPCompatibilityWP">
<include-pattern>*\.php$</include-pattern>
</rule>
Expand Down

0 comments on commit d9022ff

Please sign in to comment.