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

Release 3.0.0-alpha1 #401

Merged
merged 14 commits into from
Oct 2, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Test LocalGov Microsites localgovdrupal/localgov_microsites drupal-profile
on:
push:
branches:
- '2.1.x'
- '3.x'
pull_request:
branches:
- '2.1.x'
- '3.x'

env:
LOCALGOV_DRUPAL_PROJECT: localgovdrupal/localgov_microsites
Expand All @@ -25,9 +25,9 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '2.x'
- '3.x'
drupal-version:
- '~9.5'
- '~10.0'
php-version:
- '8.1'

Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '2.x'
- '3.x'
drupal-version:
- '~9.5'
- '~10.0'
php-version:
- '8.1'

Expand Down Expand Up @@ -143,9 +143,9 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '2.x'
- '3.x'
drupal-version:
- '~9.5'
- '~10.0'
php-version:
- '8.1'

Expand Down Expand Up @@ -177,9 +177,9 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '2.x'
- '3.x'
drupal-version:
- '~9.5'
- '~10.0'
php-version:
- '8.1'

Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"php": ">=8.1",
"drupal/admin_toolbar": "^3.1",
"drupal/autosave_form": "^1.3",
"drupal/core": "^9.5.1",
"drupal/core": "^10.0",
"drupal/default_content": "^2.0@alpha",
"drupal/domain_group": "3.x-dev#a05b26d9",
"drupal/domain_path": "^1.2",
"drupal/gin": "^3.0@RC",
"drupal/gin_login": "^2.0.0",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/metatag": "^1.22",
"localgovdrupal/localgov_blogs": "^1.0.0-beta1",
"localgovdrupal/localgov_core": "^2.1.0",
"localgovdrupal/localgov_directories": "^2.2",
"localgovdrupal/localgov_events": "^2.0",
"localgovdrupal/localgov_microsites_group": "^2.0.0-beta1",
"localgovdrupal/localgov_microsites_base": "^2.0.0-beta1",
"localgovdrupal/localgov_blogs": "^1.0.0-beta3",
"localgovdrupal/localgov_core": "^2.12",
"localgovdrupal/localgov_directories": "^3.0@alpha",
"localgovdrupal/localgov_events": "^3.0@alpha",
"localgovdrupal/localgov_microsites_group": "3.x-dev",
"localgovdrupal/localgov_microsites_base": "^2.0.0-beta8",
"localgovdrupal/localgov_microsites_colour_picker_fields": "^1.0.0-beta1",
"localgovdrupal/localgov_news": "^2.1",
"localgovdrupal/localgov_page": "^1.0.0-beta1",
"localgovdrupal/localgov_claro": "^2.0.0",
"localgovdrupal/localgov_news": "^2.3",
"localgovdrupal/localgov_page": "^1.0.0-beta2",
"localgovdrupal/localgov_claro": "^2.1.0",
"localgovdrupal/localgov_sa11y": "^1.0.0-beta1",
"drupal/require_login": "^3.0"
},
Expand Down
4 changes: 1 addition & 3 deletions localgov_microsites.info.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: LocalGov Drupal Microsites
type: profile
description: 'Install LocalGov Drupal Microsites.'
core_version_requirement: ^9
core_version_requirement: ^9 || ^10

install:
# Core
- drupal:breakpoint
- drupal:block
- drupal:block_content
- drupal:ckeditor
- drupal:config
- drupal:contextual
- drupal:crop
Expand All @@ -27,7 +26,6 @@ install:
- drupal:options
- drupal:page_cache
- drupal:path
- drupal:quickedit
- drupal:taxonomy
- drupal:toolbar
- drupal:views
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Microsites Media
description: LocalGov Media configuration required for Microsites profile.
package: LocalGov Drupal
type: module
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10

dependencies:
- drupal:editor
Expand Down
Loading