Skip to content

Commit cb22616

Browse files
committed
Fix expected latest postgres version
1 parent 4c09882 commit cb22616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DockerTagsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function it_sorts_the_versions_naturally()
4141
$tags = collect($dockerTags->getTags());
4242

4343
$this->assertEquals('latest', $tags->shift());
44-
$this->assertEquals('18.1', $tags->shift());
44+
$this->assertEquals('18.3', $tags->shift());
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)