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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
67
67
+ `args` - Optional arguments to pass - no constraints (default _empty_)
68
68
+ `only_args` - Only run the desired command with this args. Ignoring all other provided arguments(default _empty_)
69
69
+ `php_version` - Choose which version of PHP you want to use - x.y (default `latest`) (e.g. `7.4.29`, 8.2`, or any version listed on https://www.php.net/releases/index.php)
70
-
+ `version` - Choose which version of Composer you want to use - default `latest` (e.g. `1.10`, `2.3`, `2.5.4`)
70
+
+ `version` - Choose which version of Composer you want to use - default `latest` (e.g. `1.x`, `1.10.26`, `2.x`, `2.2.x`, or any exact version listed on https://getcomposer.org/download/)
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.
@@ -95,7 +95,7 @@ This action runs on a custom base image, available at https://github.com/php-act
95
95
Use the following inputs to run a specific PHP/Composer version combination:
0 commit comments