Skip to content

Commit

Permalink
fix: sync php compatibility version with composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Oct 23, 2023
1 parent 1420ea3 commit 3cf51bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.compatibilitycheck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">

<config name="testVersion" value="8.0-8.2"/>
<config name="testVersion" value="8.1-8.2"/>

<arg name="basepath" value="."/>
<arg name="cache" value="var/cache/.phpcs-compability-cache"/>
Expand Down

0 comments on commit 3cf51bd

Please sign in to comment.