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 26b4e07 commit 24988d5Copy full SHA for 24988d5
.github/actions/setup/action.yml
@@ -51,4 +51,6 @@ runs:
51
# composer-options: "--no-suggest"
52
composer-options: "--no-suggest ${{ inputs.php-version == '8.4'
53
&& '--ignore-platform-req=php+' || '' }}"
54
-
+ - name: Move vendor up a level
55
+ run: "mv composer/vendor ."
56
+ shell: bash
0 commit comments