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-3
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,12 @@ PHP and PHPStan versions
100
100
101
101
It's possible to run any version of PHPStan under any version of PHP, with any PHP extensions you require. This is configured with the following inputs:
102
102
103
-
+ `version` - the version number of PHPStan to run e.g. `0.12.63` (default: latest)
104
-
+ `php_version` - the version number of PHP to use e.g. `7.4` (default: latest)
103
+
+ `version` - the version number of PHPStan to run e.g. `1.10.14` (default: `composer`)
104
+
+ `php_version` - the version number of PHP to use e.g. `8.1` (default: `latest`)
105
105
+ `php_extensions` - a space-separated list of extensions to install using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
106
106
107
107
If you require a specific version combination that is not compatible with Github Actions for some reason, please make a request in the [Github issue tracker][issues].
108
108
109
-
110
109
***
111
110
112
111
If you found this repository helpful, please consider [sponsoring the developer][sponsor].
0 commit comments