Skip to content

Commit

Permalink
Update DockerTagsTest with latest natural end tag for Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 8, 2022
1 parent 5f98aed commit b809f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/DockerTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function it_sorts_the_versions_naturally()
$tags = collect($dockerTags->getTags());

$this->assertEquals('latest', $tags->first());
$this->assertEquals('9', $tags->last());
$this->assertEquals('9-bullseye', $tags->last());
}

/** @test */
Expand Down

0 comments on commit b809f34

Please sign in to comment.