Skip to content

Commit 461c8f5

Browse files
authored
Merge pull request #750 from skaut/php-8.0
PHP 8
2 parents f910f0a + 9339c7a commit 461c8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
return array(
9-
'target_php_version' => '7.4',
9+
'target_php_version' => '8.0',
1010
'minimum_target_php_version' => '5.6',
1111
'backward_compatibility_checks' => false, // Covered by PHPCS.
1212
'warn_about_undocumented_throw_statements' => true,

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<arg name="extensions" value="php"/>
1313
<arg name="parallel" value="8"/>
1414

15-
<config name="testVersion" value="5.6-7.4"/>
15+
<config name="testVersion" value="5.6-8.0"/>
1616
<rule ref="PHPCompatibilityWP"/>
1717

1818
<config name="minimum_supported_wp_version" value="4.9"/>

0 commit comments

Comments
 (0)