Skip to content

Commit

Permalink
Merge pull request #5211 from greg0ire/drop-pg-93-check
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jan 26, 2022
2 parents e973fbe + b5e56ae commit 9ddb464
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Functional/Schema/PostgreSQLSchemaManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,6 @@ public function testPartialIndexes(): void

public function testJsonbColumn(): void
{
if (! $this->schemaManager->getDatabasePlatform() instanceof PostgreSQLPlatform) {
$this->markTestSkipped('Requires PostgresSQL 9.4+');

return;
}

$table = new Table('test_jsonb');
$table->addColumn('foo', Types::JSON)->setPlatformOption('jsonb', true);
$this->dropAndCreateTable($table);
Expand Down

0 comments on commit 9ddb464

Please sign in to comment.