Skip to content

Commit

Permalink
Retire PHP 7.1 compatibility (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: ORCA <[email protected]>
  • Loading branch information
danepowell and TravisCarden authored May 12, 2021
1 parent 97acc2a commit 7841dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Standards/AcquiaPHP/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
</rule>

<!-- PHP Compatibility sniffs -->
<!-- Use the lowest version of PHP supported by Drupal.
@see https://www.drupal.org/docs/8/system-requirements/php-requirements -->
<config name="testVersion" value="7.1-"/>
<!-- Use the lowest version of PHP recommended for Drupal.
@see https://www.drupal.org/docs/system-requirements/php-requirements -->
<config name="testVersion" value="7.3-"/>
<rule ref="PHPCompatibility">
<exclude name="PHPCompatibility.Extensions.RemovedExtensions.famRemoved"/>
</rule>
Expand Down

0 comments on commit 7841dfa

Please sign in to comment.