We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5097b8d + fad2ace commit e2d4f01Copy full SHA for e2d4f01
README.md
@@ -29,8 +29,8 @@ steps:
29
30
| Name | Description | Default | Required |
31
| - | - | - | - |
32
-| `php-version` | PHP version https://github.com/shivammathur/setup-php#tada-php-support | `8.1` | no |
33
-| `ast-version` | AST version https://github.com/nikic/php-ast#ast-versioning | `85` | no |
+| `php-version` | PHP version of [shivammathur/setup-php](https://github.com/shivammathur/setup-php#tada-php-support) | `8.1` | no |
+| `ast-version` | AST version of [nikic/php-ast](https://github.com/nikic/php-ast#ast-versioning) | `85` | no |
34
35
## Outputs
36
@@ -59,6 +59,7 @@ steps:
59
60
- [actions/checkout@v3](https://github.com/actions/checkout)
61
- [shivammathur/setup-php@v2](https://github.com/shivammathur/setup-php)
62
+- [nikic/php-ast](https://github.com/nikic/php-ast)
63
64
## Contributing
65
0 commit comments