Skip to content

Commit

Permalink
Updated to Drush 13 and fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 authored and AlexSkrypnyk committed Jun 19, 2024
1 parent 5a8a703 commit c93c441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"drupal/search_api_solr": "^4.3",
"drupal/shield": "^1.7",
"drupal/stage_file_proxy": "^2.1",
"drush/drush": "^12.5",
"drush/drush": "^13",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.6",
"webflo/drupal-finder": "^1.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/CircleCiConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

use Drupal\Core\Serialization\Yaml;
use Drupal\Component\Serialization\Yaml;
use PHPUnit\Framework\TestCase;

/**
Expand Down

1 comment on commit c93c441

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.