Skip to content

Commit

Permalink
Merge pull request #34 from ray-di/php8.4
Browse files Browse the repository at this point in the history
Enable PHP 8.4 compat
  • Loading branch information
koriym authored Dec 18, 2024
2 parents 45b0308 + 9a3c6f8 commit b1e9e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2", , "8.31"]'
current_stable: 8.4
script: demo/run.php

0 comments on commit b1e9e96

Please sign in to comment.