Skip to content

Commit

Permalink
Change minimum Drupal core to 9.5+ (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-m committed Feb 8, 2024
1 parent 4d2a494 commit f490b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
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

0 comments on commit f490b77

Please sign in to comment.