Skip to content

Commit

Permalink
Merge "Bump target PHP version to 8.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Nov 27, 2024
2 parents 2e3cc25 + 7645edf commit 626871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base-config-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function setBaseOptions( string $curDir, ConfigBuilder $configBuilder ): void {
->readClassAliases( true )
->enableRedundantConditionDetection( true )
->setMinimumPHPVersion( '7.4' )
->setTargetPHPVersion( '8.1' )
->setTargetPHPVersion( '8.3' )
->addPlugins( [
'PregRegexCheckerPlugin',
'UnusedSuppressionPlugin',
Expand Down

0 comments on commit 626871a

Please sign in to comment.