Skip to content

[TASK] DPL-158: Allow usage with TYPO3 v14#28

Merged
sbuerk merged 1 commit intomainfrom
dpl-158-allow-typo3-v14
Mar 13, 2026
Merged

[TASK] DPL-158: Allow usage with TYPO3 v14#28
sbuerk merged 1 commit intomainfrom
dpl-158-allow-typo3-v14

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Mar 13, 2026

This change allows the usage with TYPO3 v14
and marks the starting point for developing
the support for that version.

GitHub action pipelines are also put in place
next to making Build/Scripts/runTests.sh to
allow and handle TYPO3 v14 to execute all of
the required toolchain.

Minor adjustment on unit and functional tests
are done along the way to improve the cross
TYPO3 version support, ensuring that expected
version is really executed at least for unit
and functional tests.

We need to allow minim-stability dev for now
due to the ongoing development of TYPO3 CMS.

For TYPO3 v14 excludes for TYPO3 v13 related
classes has been added to the configuration
file. All of them except one are not required
and used with TYPO3 v14. The excamption is
the InjectVariablesViewHelper requiring to
be adopted for FLUID changes and excluded
meanwhile and needs to be fixed or deprecated
in case usage is still required, which needs
to be checked.

Used command(s):

Build/Scripts/runTests.sh -s composer -- \
  config minimum-stability dev \
&& Build/Scripts/runTests.sh -s composer -- \
  config prefer-stable true \
&& Build/Scripts/runTests.sh -s composer -- \
  remove \
    'ext-pdo' \
    'ext-curl' \
&& Build/Scripts/runTests.sh -s composer -- \
  require --dev --no-update \
    'typo3/cms-belog':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-dashboard':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-extbase':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-extensionmanager':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-filelist':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-fluid-styled-content':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-frontend':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-info':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-install':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-lowlevel':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-rte-ckeditor':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-styleguide':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-tstemplate':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-workspaces':'^13.4.10 || 14.2.*@dev' \
&& Build/Scripts/runTests.sh -s composer -- \
  require \
    'typo3/cms-backend':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-core':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-fluid':'^13.4.10 || 14.2.*@dev'

This change allows the usage with TYPO3 v14
and marks the starting point for developing
the support for that version.

GitHub action pipelines are also put in place
next to making `Build/Scripts/runTests.sh` to
allow and handle TYPO3 v14 to execute all of
the required toolchain.

Minor adjustment on unit and functional tests
are done along the way to improve the cross
TYPO3 version support, ensuring that expected
version is really executed at least for unit
and functional tests.

We need to allow minim-stability dev for now
due to the ongoing development of TYPO3 CMS.

For TYPO3 v14 excludes for TYPO3 v13 related
classes has been added to the configuration
file. All of them except one are not required
and used with TYPO3 v14. The excamption is
the `InjectVariablesViewHelper` requiring to
be adopted for FLUID changes and excluded
meanwhile and needs to be fixed or deprecated
in case usage is still required, which needs
to be checked.

Used command(s):

```bash
Build/Scripts/runTests.sh -s composer -- \
  config minimum-stability dev \
&& Build/Scripts/runTests.sh -s composer -- \
  config prefer-stable true \
&& Build/Scripts/runTests.sh -s composer -- \
  remove \
    'ext-pdo' \
    'ext-curl' \
&& Build/Scripts/runTests.sh -s composer -- \
  require --dev --no-update \
    'typo3/cms-belog':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-dashboard':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-extbase':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-extensionmanager':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-filelist':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-fluid-styled-content':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-frontend':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-info':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-install':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-lowlevel':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-rte-ckeditor':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-styleguide':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-tstemplate':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-workspaces':'^13.4.10 || 14.2.*@dev' \
&& Build/Scripts/runTests.sh -s composer -- \
  require \
    'typo3/cms-backend':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-core':'^13.4.10 || 14.2.*@dev' \
    'typo3/cms-fluid':'^13.4.10 || 14.2.*@dev'
```
@sbuerk sbuerk merged commit 6d01c73 into main Mar 13, 2026
8 of 9 checks passed
@sbuerk sbuerk deleted the dpl-158-allow-typo3-v14 branch March 13, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants