Skip to content

Commit

Permalink
Merge pull request #298 from koriym/php84
Browse files Browse the repository at this point in the history
Enable PHP 8.4 compat
  • Loading branch information
koriym authored Oct 22, 2024
2 parents 19c4761 + c70ae2f commit 9d90024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v2
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["8.1", "8.2", "8.3", "8.4"]'
current_stable: 8.3
script: demo/run.php

0 comments on commit 9d90024

Please sign in to comment.