You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also SSH input available: `ssh_key`, `ssh_key_pub` and `ssh_domain` that are used for depending on private repositories. See below for more information on usage.
@@ -81,7 +81,7 @@ jobs:
81
81
...
82
82
83
83
- name: Install dependencies
84
-
uses: php-actions/composer@v6
84
+
uses: php-actions/composer@v7
85
85
with:
86
86
dev: no
87
87
args: --profile --ignore-platform-reqs
@@ -94,8 +94,8 @@ This action runs on a custom base image, available at https://github.com/php-act
94
94
95
95
Use the following inputs to run a specific PHP/Composer version combination:
0 commit comments