Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing path
  • Loading branch information
gnongsie committed Jul 24, 2024
commit c2703153dc48d6cf03e9d3e881347a3838b3a9cc
1 change: 1 addition & 0 deletions .github/workflows/php-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- name: Composer Validation
run: |
cd $sdk_php
composer validate

if [[ ${{steps.php-setup.outputs.php-version}} == "5.6" || ${{steps.php-setup.outputs.php-version}} == "7.0" ]]; then
Expand Down