Skip to content

Commit 9928abe

Browse files
committed
Echo php version
1 parent a1cba23 commit 9928abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install dependencies
4141
run: |
42-
echo ${{ steps.setup-php.outputs.php-version }}
42+
php -v
4343
if [[ ${{ matrix.php == 'nightly' }} ]]; then
4444
composer update --no-interaction --ignore-platform-reqs
4545
else

0 commit comments

Comments
 (0)