Skip to content

Commit 2203f41

Browse files
koriymclaude
andcommitted
Add PHP 8.5 support to CI testing
Update continuous integration workflow to test against PHP 8.5 by: - Adding PHP 8.4 to the old_stable versions list - Setting current_stable to 8.5 This ensures the package is tested and compatible with PHP 8.5. Note that composer.json already supports PHP 8.5 via the ^8.0 constraint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d2460ec commit 2203f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
ci:
1010
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
1111
with:
12-
old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
13-
current_stable: 8.4
12+
old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
13+
current_stable: 8.5
1414
script: demo/run.php

0 commit comments

Comments
 (0)