Skip to content

Commit

Permalink
Update RequireTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Sep 18, 2024
1 parent 0c01200 commit f3d64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/RequireTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testEndToEnd()
if (version_compare(phpversion(), "8.0.0", "<")) {
$this->expectException(NotUpdatedException::class);
}
if (version_compare(phpversion(), "8.3.0", ">=")) {
if (version_compare(phpversion(), "8.4.0", ">=")) {
self::expectException(NotUpdatedException::class);
}
parent::testEndToEnd();
Expand Down

0 comments on commit f3d64d9

Please sign in to comment.