Skip to content

Commit ab6624c

Browse files
committed
Update CI to support PHP 8.4 and include PHP 8.3 in old_stable
The continuous integration workflow now supports PHP 8.4 as the current stable version. PHP 8.3 has been moved to the old_stable versions list to ensure compatibility continues with earlier versions.
1 parent a00907d commit ab6624c

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"]'
13-
current_stable: 8.3
12+
old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
13+
current_stable: 8.4
1414
script: demo/run.php

0 commit comments

Comments
 (0)