Skip to content

Commit

Permalink
Add Drupal 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Oct 28, 2024
1 parent 45d51ce commit 2fcccad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev", "11.0.x"]
allowed_failure: [false]
mysql: ["8.0"]
exclude:
- drupal-version: "11.0.x"
php-versions: "8.1"
- drupal-version: "11.0.x"
php-versions: "8.2"

name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }} | mysql ${{ matrix.mysql }}
env:
Expand Down
2 changes: 1 addition & 1 deletion openseadragon.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'OpenSeadragon Viewer'
type: module
description: 'A light-weight, customizable OpenSeadragon field formatter'
package: Media
core_version_requirement: ^9.1 || ^10
core_version_requirement: ^9.1 || ^10 || ^11
dependencies:
- token:token
configure: openseadragon.admin_settings
2 changes: 1 addition & 1 deletion tests/src/Kernel/ConfigTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ConfigTests extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'system',
'openseadragon',
];
Expand Down

0 comments on commit 2fcccad

Please sign in to comment.