diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f66b54..0b828ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.3', '8.4' ] steps: - id: checkout diff --git a/composer.json b/composer.json index 62e208a..85ddf5e 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require": { "ext-dom": "*", "ext-json": "*", - "fisharebest/webtrees": "~2.2.0", + "fisharebest/webtrees": "~2.2.0 || dev-main", "magicsunday/webtrees-module-base": "^1.0", "magicsunday/webtrees-module-installer-plugin": "^1.3" },