Skip to content

Commit 2321738

Browse files
author
Mokhtar Tlili
committed
fix tab
1 parent 1e5d41f commit 2321738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@v2
26-
with:
27-
php-version: ${{ matrix.php }}
28-
tools: composer
29-
coverage: pcov
25+
uses: shivammathur/setup-php@v2
26+
with:
27+
php-version: ${{ matrix.php }}
28+
tools: composer
29+
coverage: pcov
3030

3131
- name: Validate composer.json and composer.lock
3232
run: composer validate --strict

0 commit comments

Comments
 (0)