-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMS-1125] Drupal 10 compatibility (#152)
* Re-add changes from #147. * Update drupal-versions matrix and use latest upstream. * Try to make tests pass. * Attempt D10 upgrade. * Attempt D10 upgrade fixes. * Expand symfony/finder requirement. * Add composer-drupal-lenient to allow plugins section. * Set php version to 8.1. * Upgrade php version earlier and make submodules d10 compatible. * Port changes from #148. * Get dev version of search_api_solr for D10. * Always test again latest version of search_api_solr. * Try testing in 8.1. * Fix indentation error in Robofile.
- Loading branch information
Showing
10 changed files
with
134 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
modules/search_api_pantheon_admin/search_api_pantheon_admin.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Search API Pantheon Admin | ||
type: module | ||
description: Administer a Pantheon Search server | ||
core_version_requirement: ^8.8 || ^9 | ||
core_version_requirement: ^9.4 || ^10 | ||
package: Search | ||
dependencies: | ||
- search_api_solr:search_api_solr |
2 changes: 1 addition & 1 deletion
2
modules/search_api_pantheon_examples/search_api_pantheon_examples.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Search API Pantheon Examples | ||
type: module | ||
description: Contains some examples of things you could do with Search API Pantheon module. This module should not be enabled in prod. | ||
core_version_requirement: ^8.8 || ^9 | ||
core_version_requirement: ^9.4 || ^10 | ||
package: Search | ||
dependencies: | ||
- search_api_pantheon:search_api_pantheon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Search API Pantheon | ||
type: module | ||
description: Search API + Solr + Pantheon integration | ||
core_version_requirement: ^8.8 || ^9 | ||
core_version_requirement: ^9.4 || ^10 | ||
package: Search | ||
dependencies: | ||
- search_api_solr:search_api_solr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters