Skip to content

Commit 8efbc79

Browse files
committed
Change PHPCompatibility level to PHP8.0+
1 parent 674f944 commit 8efbc79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<exclude-pattern>*/vendor/*|*/build/*</exclude-pattern>
1919

2020
<rule ref="PHPCompatibility"/>
21-
<config name="testVersion" value="7.3-"/>
21+
<config name="testVersion" value="8.0-"/>
2222

2323
<!-- Include the whole PSR-12 standard -->
2424
<rule ref="PSR12">

0 commit comments

Comments
 (0)