Skip to content

Commit b1e9e96

Browse files
authored
Merge pull request #34 from ray-di/php8.4
Enable PHP 8.4 compat
2 parents 45b0308 + 9a3c6f8 commit b1e9e96

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

0 commit comments

Comments
 (0)