[TASK] Adjust tooling for v13 compatibility #408
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change modifies the tooling to alow TYPO3 v13
related execution, listed below:
-t <12|13>
to select TYPO3 v13 as version inBuild/Scripts/runTests.sh
and the composer updatescript.
8.2
as minimalshared version across core versions.
ext_emconf.php
for classic modeinstances.
composer.json
for the developmentEXT:contribution
package.b13/container
version 3.x as additional version toallow installation as development dependencies against
TYPO3 v13.
for the
test method
integrity check script.tests which requires some love first in a dedicated follow
up change.
to the baseline which should be properly fixed for dual
version support.
Used command(s):