Skip to content

Commit

Permalink
Made various package versions conditional on Drupal core versions to …
Browse files Browse the repository at this point in the history
…make D9_READINESS jobs passable.
  • Loading branch information
TravisCarden committed Apr 30, 2020
1 parent d77cd6c commit d1b80ad
Showing 1 changed file with 38 additions and 9 deletions.
47 changes: 38 additions & 9 deletions config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,48 @@
# example.

drupal/acquia_connector:
version: ~1
version_dev: ~1
core_matrix:
'>=9':
version: 2.x
version_dev: 2.x-dev
'*':
version: 1.x
version_dev: 1.x

drupal/acquia_contenthub:
core_matrix:
'^8.8':
version: ~2.0
'>=8.8':
version: 2.x
version_dev: 2.x-dev
'<8.8':
version: '2.11'
version_dev: '2.11'

drupal/acquia_lift:
core_matrix:
'<9':
version: 3.x
version_dev: 3.x-dev
'*':
version: ~
version_dev: ~

drupal/acquia_lift:
version: ~3.0
version_dev: 3.x-dev

drupal/acquia_purge: []
drupal/acquia_purge:
core_matrix:
'<9':
version: 1.x
version_dev: 1.x-dev
'*':
version: ~
version_dev: ~

drupal/acsf: []

drupal/acquia_search_solr:
# This module will never support D8. It should be installable on D9 soon.
version: ~
version_dev: ~

acquia/blt:
type: composer-plugin
core_matrix:
Expand All @@ -83,6 +105,13 @@ acquia/coding-standards:

drupal/cog:
type: drupal-theme
core_matrix:
'<9':
version: 1.x
version_dev: 1.x-dev
'*':
version: ~
version_dev: ~

acquia/drupal-spec-tool:
type: behat-extension
Expand Down

0 comments on commit d1b80ad

Please sign in to comment.