Skip to content

Commit

Permalink
Change CI to use v1 and specify PHP versions
Browse files Browse the repository at this point in the history
Revised the continuous-integration workflow to use version 1 instead of version 2. Added explicit PHP version settings for old_stable and current_stable.
  • Loading branch information
koriym committed Aug 20, 2024
1 parent 35ac6ef commit c70ae2f
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 c70ae2f

Please sign in to comment.