Skip to content

Commit 86e557e

Browse files
committed
Update last docker tag for postgres
1 parent 6f1e1d9 commit 86e557e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DockerTagsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function it_sorts_the_versions_naturally()
4242
$tags = collect($dockerTags->getTags());
4343

4444
$this->assertEquals('latest', $tags->first());
45-
$this->assertEquals('9', $tags->last());
45+
$this->assertEquals('9-bullseye', $tags->last());
4646
}
4747

4848
/** @test */

0 commit comments

Comments
 (0)