Skip to content

Commit

Permalink
Drop <=10.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Oct 28, 2024
1 parent 704592f commit 0111441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev", "11.0.x"]
drupal-version: ["10.3.x", "10.4.x-dev", "11.0.x"]
exclude:
- drupal-version: "11.0.x"
php-versions: "8.1"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require" : {
"drupal/hal": "^1||^2",
"drupal/rdf": "^2.1"
"drupal/rdf": "^3.0@beta"
},
"require-dev": {
"phpunit/phpunit": "^8",
Expand Down
2 changes: 1 addition & 1 deletion jsonld.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'JSON-LD'
type: module
description: 'Serializes entities to JSON-LD / LDP for the Islandora Project'
package: Web services
core_version_requirement: ^10 || ^11
core_version_requirement: ^10.3 || ^11
dependencies:
- drupal:serialization
- hal:hal
Expand Down

0 comments on commit 0111441

Please sign in to comment.