Skip to content

Commit 215e6ff

Browse files
authored
test: bump rector php version to 8.4 (#699)
1 parent ee9b138 commit 215e6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rector.php

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

88
return RectorConfig::configure()
99
->withPaths([__DIR__.'/src', __DIR__.'/tests'])
10-
->withPhpVersion(PhpVersion::PHP_83)
10+
->withPhpVersion(PhpVersion::PHP_84)
1111
->withPHPStanConfigs([__DIR__.'/phpstan-rector.neon'])
1212
->withImportNames(importShortClasses: false)
1313
->withComposerBased(phpunit: true)

0 commit comments

Comments
 (0)