Skip to content

Commit ec2bf87

Browse files
committed
Add name for step
1 parent b1b27bc commit ec2bf87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: shivammathur/setup-php@v2
34+
- name: "Installing php"
35+
uses: shivammathur/setup-php@v2
3536
with:
3637
php-version: ${{ matrix.php }}
3738
extensions: curl,mbstring,xdebug

0 commit comments

Comments
 (0)