Skip to content

Commit

Permalink
Webtrees 2.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 22, 2024
1 parent 5ab3741 commit b2de12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b2de12a

Please sign in to comment.