Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox authored Jun 22, 2023
2 parents bab686e + 1082d29 commit 7236b54
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
strategy:
fail-fast: false
matrix:
localgov-version:
- '2.x'
drupal-version:
- '~9.3'
php-version:
- '7.4'
- '8.1'
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'

steps:

Expand Down Expand Up @@ -108,13 +108,13 @@ jobs:
strategy:
fail-fast: false
matrix:
localgov-version:
- '2.x'
drupal-version:
- '~9.3'
php-version:
- '7.4'
- '8.1'
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'

steps:

Expand Down Expand Up @@ -144,13 +144,13 @@ jobs:
strategy:
fail-fast: false
matrix:
localgov-version:
- '2.x'
drupal-version:
- '~9.3'
php-version:
- '7.4'
- '8.1'
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'

steps:

Expand Down Expand Up @@ -179,13 +179,13 @@ jobs:
strategy:
fail-fast: false
matrix:
localgov-version:
- '2.x'
drupal-version:
- '~9.3'
php-version:
- '7.4'
- '8.1'
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'

steps:

Expand Down
2 changes: 1 addition & 1 deletion localgov_search.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'LocalGov Search'
description: 'Sitewide search for LocalGov Drupal'
core_version_requirement: ^8.9 || ^9
core_version_requirement: ^9 || ^10
type: module
package: LocalGov Drupal

Expand Down
2 changes: 1 addition & 1 deletion modules/localgov_search_db/localgov_search_db.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'LocalGov Search Database'
description: 'Installs initial SQL database index and configuration Sitewide Search'
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
type: module
package: LocalGov Drupal

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/SitewideSearchBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SitewideSearchBase extends BrowserTestBase {
*
* {@inheritdoc}
*/
protected $defaultTheme = 'stable';
protected $defaultTheme = 'stark';

/**
* Modules to enable.
Expand Down

0 comments on commit 7236b54

Please sign in to comment.