Skip to content

Commit

Permalink
Update PackageToCheckTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Sep 18, 2024
1 parent 4ccd9fc commit 924344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/PackageToCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected function createUpdater($directory)
if (version_compare(phpversion(), "7.3.0", "<")) {
self::expectException(ComposerUpdateProcessFailedException::class);
}
if (version_compare(phpversion(), "8.4.0", ">=")) {
if (version_compare(phpversion(), "8.3.99", ">=")) {
self::expectException(ComposerUpdateProcessFailedException::class);
}
$updater = new Updater($directory, 'drupal/recaptcha');
Expand Down

0 comments on commit 924344e

Please sign in to comment.