Skip to content

Commit dd07180

Browse files
committed
[TASK] Raise dependency to support PHP 8.5
1 parent cb964ae commit dd07180

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
typo3-versions: '^12'
3333
- php-versions: '8.4'
3434
typo3-versions: '^13'
35+
- php-versions: '8.5'
36+
typo3-versions: '^13'
3537
steps:
3638
- name: Check out repository
3739
uses: actions/checkout@v5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"GPL-2.0-or-later"
2828
],
2929
"require": {
30-
"php": ">= 8.1.0, <= 8.4.99",
30+
"php": ">= 8.1.0, <= 8.5.99",
3131
"typo3/cms-core": "^11 || ^12 || ^13"
3232
},
3333
"require-dev": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'version' => '3.1.1',
1212
'constraints' => [
1313
'depends' => [
14-
'php' => '8.1.0-8.4.99',
14+
'php' => '8.1.0-8.5.99',
1515
'typo3' => '11.5.0-13.4.99',
1616
],
1717
'conflicts' => [],

0 commit comments

Comments
 (0)