Skip to content

Commit cf7d604

Browse files
committed
[TASK] Raise dependency to support PHP 8.5
1 parent 4aa7408 commit cf7d604

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
@@ -26,6 +26,8 @@ jobs:
2626
typo3-versions: '^12'
2727
- php-versions: '8.4'
2828
typo3-versions: '^13'
29+
- php-versions: '8.5'
30+
typo3-versions: '^13'
2931
steps:
3032
- name: Check out repository
3133
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)