Skip to content

Commit 9fd823d

Browse files
committed
minor symfony#59090 Add CI job for PHP 8.5 (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- Add CI job for PHP 8.5 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Enables PHP 8.5 nightlies on the CI. What motivated this early addition is the continuous effort of converting resources to actual classes. PHP 8.5 already embeds features like https://wiki.php.net/rfc/directory-opaque-object, which could already be handled in PRs such as symfony#59035. Also we'll be able to fix future deprecations as soon as they appear during the next year. Commits ------- 15d56bb Add an experimental CI job for PHP 8.5
2 parents 8804980 + 15d56bb commit 9fd823d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
mode: low-deps
3434
- php: '8.3'
3535
- php: '8.4'
36+
- php: '8.5'
3637
#mode: experimental
3738
fail-fast: false
3839

0 commit comments

Comments
 (0)