Skip to content

Commit ceaf45d

Browse files
author
Greg Bowler
committed
docs: update readme
1 parent 14cb03b commit ceaf45d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,12 @@ PHP and PHPStan versions
100100
101101
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:
102102
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`)
105105
+ `php_extensions` - a space-separated list of extensions to install using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
106106

107107
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].
108108

109-
110109
***
111110

112111
If you found this repository helpful, please consider [sponsoring the developer][sponsor].

0 commit comments

Comments
 (0)