Skip to content

Commit 04262f1

Browse files
extcoded-g-codappix
authored andcommitted
Add support for TYPO3 14.0 and PHP 8.5
Relates: #18
1 parent ff95fa4 commit 04262f1

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.forgejo/workflows/ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '8.2'
2929
- '8.3'
3030
- '8.4'
31+
- '8.5'
3132
steps:
3233
- name: 'Checkout'
3334
uses: 'actions/checkout@v5'
@@ -112,6 +113,14 @@ jobs:
112113
typo3-version: '^13.0'
113114
- php-version: '8.4'
114115
typo3-version: '^13.0'
116+
- php-version: '8.2'
117+
typo3-version: '^14.0'
118+
- php-version: '8.3'
119+
typo3-version: '^14.0'
120+
- php-version: '8.4'
121+
typo3-version: '^14.0'
122+
- php-version: '8.5'
123+
typo3-version: '^14.0'
115124
steps:
116125
- uses: 'actions/checkout@v5'
117126

@@ -149,6 +158,14 @@ jobs:
149158
typo3-version: '^13.4'
150159
- php-version: '8.4'
151160
typo3-version: '^13.4'
161+
- php-version: '8.2'
162+
typo3-version: '^14.0'
163+
- php-version: '8.3'
164+
typo3-version: '^14.0'
165+
- php-version: '8.4'
166+
typo3-version: '^14.0'
167+
- php-version: '8.5'
168+
typo3-version: '^14.0'
152169
steps:
153170
- uses: 'actions/checkout@v5'
154171

.github/workflows/ci.yaml

Whitespace-only changes.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"bin/typo3-php-datasets"
2828
],
2929
"require": {
30-
"php": "^8.2 || ^8.3 || ^8.4",
30+
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
3131
"composer-runtime-api": "^2.2",
3232
"doctrine/dbal": "^4.3.3",
3333
"symfony/console": "^7.2",
34-
"typo3/cms-core": "^13.4.19"
34+
"typo3/cms-core": "^13.4.19 || ^14.0"
3535
},
3636
"require-dev": {
3737
"friendsofphp/php-cs-fixer": "^3.4",

0 commit comments

Comments
 (0)