We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d13ea commit c270315Copy full SHA for c270315
.github/workflows/php-workflow.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Composer Validation
47
run: |
48
+ cd $sdk_php
49
composer validate
50
51
if [[ ${{steps.php-setup.outputs.php-version}} == "5.6" || ${{steps.php-setup.outputs.php-version}} == "7.0" ]]; then
0 commit comments