Skip to content

Commit b3632a4

Browse files
committed
Update CI to test PHP 8.0-8.5
1 parent 12b2d2c commit b3632a4

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,5 +9,5 @@ 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: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
13+
current_stable: 8.5

0 commit comments

Comments
 (0)