We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cba23 commit 9928abeCopy full SHA for 9928abe
1 file changed
.github/workflows/tests2.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install dependencies
41
run: |
42
- echo ${{ steps.setup-php.outputs.php-version }}
+ php -v
43
if [[ ${{ matrix.php == 'nightly' }} ]]; then
44
composer update --no-interaction --ignore-platform-reqs
45
else
0 commit comments