Skip to content

Commit

Permalink
minor #1420 [ci] handle postgres 16 recipe support in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jan 23, 2024
2 parents b37c299 + 514e365 commit 9a4e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/MakerTestRunner.php
Expand Up @@ -157,7 +157,7 @@ public function configureDatabase(bool $createSchema = true): void
{
$this->replaceInFile(
'.env',
'postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8',
'postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8',
getenv('TEST_DATABASE_DSN')
);

Expand Down

0 comments on commit 9a4e508

Please sign in to comment.