Commit 2f1ead8
committed
[TASK] Allow execution with PHP8.5 in
PHP8.5.0alpha1 has been released [1] recently and official php
docker image made available with [2], which allowed us to build
`ghcr.io/typo3/core-testing-php85` image based on it [3][4].
This change allows PHP8.5 to be used as option for the dispatch
wrapper `Build/Scripts/runTests.sh` to start testing locally.
Adding to pre-merge and/or nightly will be done later when it
has been proofen to work.
[1] https://www.php.net/archive/2025.php#2025-07-03-5
[2] docker-library/official-images#19414
[3] https://git.typo3.org/typo3/CI/testing-infrastructure/-/commit/4696cf29b59f42556f8270415281a67871a74482
[4] https://git.typo3.org/typo3/CI/testing-infrastructure/-/commit/6a77e8061989056a593c9cf1888c8d0a04356755
Resolves: #107054
Releases: main, 13.4, 12.4
Change-Id: I71b08475918bf6cc1b95f932301dad83c144f33a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90021
Tested-by: core-ci <[email protected]>
Tested-by: Stefan Bürk <[email protected]>
Reviewed-by: Stefan Bürk <[email protected]>Build/Scripts/runTests.sh
1 parent 23badc2 commit 2f1ead8
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
376 | 379 | | |
377 | 380 | | |
378 | 381 | | |
379 | | - | |
| 382 | + | |
380 | 383 | | |
381 | 384 | | |
382 | 385 | | |
383 | 386 | | |
| 387 | + | |
384 | 388 | | |
385 | 389 | | |
386 | 390 | | |
| |||
535 | 539 | | |
536 | 540 | | |
537 | 541 | | |
538 | | - | |
| 542 | + | |
539 | 543 | | |
540 | 544 | | |
541 | 545 | | |
| |||
0 commit comments