Commit 9a9ede9
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/+/90022
Reviewed-by: Stefan Bürk <[email protected]>
Tested-by: core-ci <[email protected]>
Tested-by: Stefan Bürk <[email protected]>Build/Scripts/runTests.sh
1 parent 4ab9073 commit 9a9ede9
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
321 | | - | |
| 324 | + | |
322 | 325 | | |
323 | 326 | | |
324 | 327 | | |
325 | 328 | | |
326 | 329 | | |
| 330 | + | |
327 | 331 | | |
328 | 332 | | |
329 | 333 | | |
| |||
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
474 | | - | |
| 478 | + | |
475 | 479 | | |
476 | 480 | | |
477 | 481 | | |
| |||
0 commit comments