Skip to content

Commit 21388ba

Browse files
committed
Drop support for Drupal 10
1 parent 63698e0 commit 21388ba

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ name: Test localgovdrupal/localgov drupal-profile
33
on:
44
push:
55
branches:
6-
- '3.x'
7-
- '3.2.x'
6+
- '4.x'
87
pull_request:
98
branches:
10-
- '3.x'
11-
- '3.2.x'
9+
- '4.x'
1210
workflow_dispatch:
1311

1412
jobs:
1513
tests:
16-
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/[email protected]d10
14+
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/[email protected]d11
1715
with:
1816
project: 'localgovdrupal/localgov'
1917
project_path: 'web/profiles/contrib/localgov'

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"drupal/admin_toolbar": "^3.0",
15-
"drupal/core": "^10.0 || ~11.1.0",
15+
"drupal/core": "^11.0",
1616
"drupal/gin": "^3.0 || ^4.0 || ^5.0",
1717
"drupal/gin_login": "^2.0.3",
1818
"drupal/gin_toolbar": "^1.0 || ^2.0 || ^3.0",
@@ -44,10 +44,10 @@
4444
"localgovdrupal/localgov_step_by_step": "^2.1.0",
4545
"localgovdrupal/localgov_subsites": "^2.3.0",
4646
"localgovdrupal/localgov_workflows": "^1.2.0",
47-
"php": ">=8.1.0 || >=8.3.0"
47+
"php": ">=8.3.0"
4848
},
4949
"require-dev": {
50-
"drupal/core-dev": "^10.0 || ^11.0",
50+
"drupal/core-dev": "^11.0",
5151
"drupal/geofield_map": "^3.0 || ^11.0"
5252
},
5353
"minimum-stability": "dev",
@@ -63,7 +63,7 @@
6363
},
6464
"patches": {
6565
"drupal/core": {
66-
"Users can't reference unpublished content even when they have access to it. See https://www.drupal.org/project/drupal/issues/2845144": "https://www.drupal.org/files/issues/2024-02-13/2845144-87.patch"
66+
"Users can't reference unpublished content even when they have access to it. See https://www.drupal.org/project/drupal/issues/2845144": "https://www.drupal.org/files/issues/2025-06-24/2845144-109.patch"
6767
},
6868
"drupal/preview_link": {
6969
"Automatically populating multiple preview link entities #3439968": "https://www.drupal.org/files/issues/2024-05-22/3439968-4.diff",

localgov.info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: LocalGov Drupal
22
type: profile
33
description: 'Install a LocalGov Drupal site.'
4-
core_version_requirement: ^10 || ^11
5-
version: 3.x
4+
core_version_requirement: ^11
5+
version: 4.x
66

77
install:
88
# Core

0 commit comments

Comments
 (0)