Skip to content

Commit

Permalink
[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
1 parent 425573c commit 514e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/MakerTestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function configureDatabase(bool $createSchema = true): void
{
$this->replaceInFile(
'.env',
'postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8',
'postgresql://app:[email protected]:5432/app?serverVersion=16&charset=utf8',
getenv('TEST_DATABASE_DSN')
);

Expand Down

0 comments on commit 514e365

Please sign in to comment.