Commit 19756e8
authored
[TASK] Add PHP 8.5 to CI test matrix (TYPO3-Documentation#1181)
## Summary
- Adds PHP 8.5 (stable since Nov 2025, current: 8.5.3) to the CI test
matrix
- Tests unit and integration suites against PHP 8.5
- No dependency or config changes needed (`platform.php: 8.1.27` ensures
locked install works)
## Changes
- `.github/workflows/main.yaml`: Added `'8.5'` to `matrix.php` in the
`tests` job
## Context
PHP 8.5 has been GA since November 2025. The existing `composer.json`
constraint
(`^8.1`) already allows 8.5. The `config.platform.php: 8.1.27` setting
ensures
`composer install --locked` succeeds regardless of runtime PHP version.
## Test plan
- [ ] CI runs unit tests on PHP 8.5
- [ ] CI runs integration tests on PHP 8.5
- [ ] Existing PHP 8.1-8.4 jobs unaffected1 parent 341e030 commit 19756e8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments