Skip to content

Commit

Permalink
Update PhpVersion::getNewestSupported() to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buismaarten authored and nikic committed Mar 2, 2024
1 parent af14fdb commit ec02613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PhpParser/PhpVersion.php
Expand Up @@ -43,7 +43,7 @@ public static function fromComponents(int $major, int $minor): self {
* if it is still under development.
*/
public static function getNewestSupported(): self {
return self::fromComponents(8, 2);
return self::fromComponents(8, 3);
}

/**
Expand Down

0 comments on commit ec02613

Please sign in to comment.