Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change minimum Drupal core to 9.5+ #4113

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,6 @@ workflows:
- cypress:
name: install_test_cypress
dkan_recommended_branch: '10.1.x-dev'
- phpunit:
matrix:
parameters:
dkan_recommended_branch: [ '9.4.x-dev']
php_version: [ '7.4' ]
- phpunit:
matrix:
parameters:
Expand Down
4 changes: 2 additions & 2 deletions dkan.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DKAN
description: 'DKAN Open Data Portal'
type: module
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.5 || ^10
package: DKAN
dependencies:
- metastore
Expand All @@ -15,4 +15,4 @@ dependencies:
- drupal:file
- drupal:link
- drupal:options
- drupal:path
- drupal:path
3 changes: 2 additions & 1 deletion docs/source/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ Requirements

DKAN is based on `Drupal software <https://www.drupal.org/docs/getting-started/system-requirements>`_ and -- generally -- runs anywhere Drupal is supported. For the most common setup, we reccomend:

- Drupal 9.5+/10
- MySQL: minimum version 5.7.8+ with PDO
- PHP: minimum version 8.0 or 8.1
- Apache: minimum version 2.4.7
- Drush: minimum version 10.x.
- Node: minimum version 16 (if using the decoupled frontend)
- Node: minimum version 18 (if using the decoupled frontend)

Starting a new DKAN project
---------------------------
Expand Down