Skip to content

Commit dfd83c5

Browse files
committed
Fix php.yml github action
1 parent 90d0a76 commit dfd83c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: composer install
3030

3131
- name: Run test suite
32-
run: composer check
32+
run: composer check

0 commit comments

Comments
 (0)