-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
6887226 for PHPC-1709 introduced a GitHub workflow to check for uncommitted changes when regenerating arginfo. This workflow doesn't force regeneration and thus only detects changes for modified stubs.
As a result, it was unable to determine that we were using stale arginfo generated by a pre-release version of PHP 8.2 (see: PHPC-2283).
Consider adding -f to the gen_stub.php invocation in arginfo-files.yml to address this.