Skip to content

Commit

Permalink
Update testing matrix and add forgotten drupal core compatibility. (#127
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rosiel authored Jun 27, 2024
1 parent b6b9f50 commit 2d42fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
matrix:
test-suite: ["kernel"]
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
exclude:
- php-versions: "8.3"
drupal-version: "10.1.x"
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }}
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"conflict": {
"islandora/jsonld": "<2.1.0",
"drupal/core": "<=8"
"drupal/core": "<=10.1"
},
"license": "GPL-2.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion controlled_access_terms.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Controlled Access Terms'
type: module
description: 'Provides topic, geographic, person, family, and corporate body entites as well as an authorities link field.'
core_version_requirement: ^9 || ^10
core_version_requirement: ^10.2
package: 'Controlled Access Terms'

dependencies:
Expand Down

0 comments on commit 2d42fcd

Please sign in to comment.