We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b403f3 commit 05e89bfCopy full SHA for 05e89bf
action.yml
@@ -43,7 +43,6 @@ inputs:
43
bootstrap:
44
description: Path to bootstrap file
45
required: false
46
- default: vendor/autoload.php
47
48
filter:
49
description: Filter which tests to run
entrypoint
@@ -4,7 +4,7 @@ PATH=/tmp/vendor/bin:$PATH
4
5
if [ -n "$action_php_version" ]
6
then
7
- echo "Using PHP version $action_php_version"
+ echo "Using PHP version: $action_php_version"
8
switch-php-version $action_php_version
9
fi
10
0 commit comments