Commit b44c8cd
(fix): CI — bump utopia-php/query pin to include ColumnType::Serial
Roll composer.lock pin for utopia-php/query from 3f57d89 to 5ca0401
(current tip of feat-builder). The previous pin predated upstream
commit d692372 "feat(schema): PostgreSQL SERIAL column types", which
introduced ColumnType::Serial, BigSerial, and SmallSerial.
The previous review-findings commit on this branch extended
Validator/Query/Filter.php to reference those three enum cases, but
the lock file was not bumped alongside it. That caused every adapter
test to error with "Undefined constant Utopia\Query\Schema\ColumnType::Serial"
the first time the Filter validator ran.
No source changes — only composer.lock is updated.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 78529fe commit b44c8cd
1 file changed
Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments