Skip to content

Commit

Permalink
use drupal-test-traits=2.4.0 for drupal<=10.2 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka authored Oct 23, 2024
1 parent 1a23f49 commit cdd675d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,13 @@ drush/drush:
# @todo remove this via ORCA-298
weitzman/drupal-test-traits:
is_company_package: false
version: '*'
version_dev: '*'
core_matrix:
'<=10.2':
version: 2.4.0
version_dev: ~
'*':
version: '*'
version_dev: '*'

phpspec/prophecy-phpunit:
is_company_package: false
Expand Down

0 comments on commit cdd675d

Please sign in to comment.