Skip to content

Commit e4942d0

Browse files
committed
fix step name
1 parent fca1ede commit e4942d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
2828
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929
30-
- name: Install PHP 7 dependencies
30+
- name: Install dependencies
3131
run: composer update --no-interaction --no-progress
3232

3333
- name: Tests

0 commit comments

Comments
 (0)